mirror of
https://github.com/gotson/komga.git
synced 2026-05-09 05:10:19 +02:00
Add titleSort and titleSortLock to BookMetadataDto
This commit is contained in:
parent
504266b9c5
commit
2cf4b16cd8
1 changed files with 2 additions and 0 deletions
|
|
@ -521,6 +521,8 @@ class BookDtoDao(
|
|||
) = BookMetadataDto(
|
||||
title = title,
|
||||
titleLock = titleLock,
|
||||
titleSort = titleSort,
|
||||
titleSortLock = titleSortLock,
|
||||
summary = summary,
|
||||
summaryLock = summaryLock,
|
||||
number = number,
|
||||
|
|
|
|||
Loading…
Reference in a new issue