mirror of
https://github.com/gotson/komga.git
synced 2026-05-08 12:35:30 +02:00
Fix formatting of BookMetadata.kt constructor parameters
This commit is contained in:
parent
86e89b60ff
commit
9fe19d42c1
1 changed files with 1 additions and 1 deletions
|
|
@ -47,7 +47,7 @@ class BookMetadata(
|
|||
isbn: String = this.isbn,
|
||||
links: List<WebLink> = this.links,
|
||||
titleLock: Boolean = this.titleLock,
|
||||
titleSortLock: Boolean = this.titleSortLock
|
||||
titleSortLock: Boolean = this.titleSortLock,
|
||||
summaryLock: Boolean = this.summaryLock,
|
||||
numberLock: Boolean = this.numberLock,
|
||||
numberSortLock: Boolean = this.numberSortLock,
|
||||
|
|
|
|||
Loading…
Reference in a new issue