[skip ci] Feat: Add OPDS Configs to Server Settings tab (#945)

* Add OPDS config settings

* Address PR comments

* Update serverVersion for PREVIEW

* Add "opdsUseBinaryFileSizes" setting

---------

Co-authored-by: schroda <50052685+schroda@users.noreply.github.com>
This commit is contained in:
Shirish
2025-07-12 04:11:59 +05:30
committed by GitHub
parent 74f0fec02d
commit cdee6f4efa
6 changed files with 218 additions and 10 deletions

View File

@@ -79,5 +79,14 @@ export const SERVER_SETTINGS = gql`
flareSolverrSessionName
flareSolverrSessionTtl
flareSolverrAsResponseFallback
# OPDS
opdsUseBinaryFileSizes
opdsItemsPerPage
opdsEnablePageReadProgress
opdsMarkAsReadOnDownload
opdsShowOnlyUnreadChapters
opdsShowOnlyDownloadedChapters
opdsChapterSortOrder
}
`;