Add titleSort and titleSortLock to BookMetadataDto

This commit is contained in:
Winston 2026-04-21 16:08:17 -05:00 committed by GitHub
parent 504266b9c5
commit 2cf4b16cd8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -521,6 +521,8 @@ class BookDtoDao(
) = BookMetadataDto(
title = title,
titleLock = titleLock,
titleSort = titleSort,
titleSortLock = titleSortLock,
summary = summary,
summaryLock = summaryLock,
number = number,