diff --git a/komga/src/main/kotlin/org/gotson/komga/infrastructure/jooq/main/BookDtoDao.kt b/komga/src/main/kotlin/org/gotson/komga/infrastructure/jooq/main/BookDtoDao.kt index 7231899d..b3970e6f 100644 --- a/komga/src/main/kotlin/org/gotson/komga/infrastructure/jooq/main/BookDtoDao.kt +++ b/komga/src/main/kotlin/org/gotson/komga/infrastructure/jooq/main/BookDtoDao.kt @@ -521,6 +521,8 @@ class BookDtoDao( ) = BookMetadataDto( title = title, titleLock = titleLock, + titleSort = titleSort, + titleSortLock = titleSortLock, summary = summary, summaryLock = summaryLock, number = number,