Add "koreader sync" settings

This commit is contained in:
schroda
2025-09-08 00:24:32 +02:00
parent 9552f13a78
commit 7d81e1106f
7 changed files with 182 additions and 25 deletions

View File

@@ -96,5 +96,14 @@ export const SERVER_SETTINGS = gql`
opdsShowOnlyUnreadChapters
opdsShowOnlyDownloadedChapters
opdsChapterSortOrder
# KOReader sync
koreaderSyncServerUrl
koreaderSyncUsername
koreaderSyncUserkey
koreaderSyncDeviceId
koreaderSyncChecksumMethod
koreaderSyncStrategy
koreaderSyncPercentageTolerance
}
`;