From 2cf4b16cd8304c978790438a1a8186d90a4e0754 Mon Sep 17 00:00:00 2001 From: Winston Date: Tue, 21 Apr 2026 16:08:17 -0500 Subject: [PATCH] Add titleSort and titleSortLock to BookMetadataDto --- .../org/gotson/komga/infrastructure/jooq/main/BookDtoDao.kt | 2 ++ 1 file changed, 2 insertions(+) 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,