[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:
@@ -79,5 +79,14 @@ export const SERVER_SETTINGS = gql`
|
||||
flareSolverrSessionName
|
||||
flareSolverrSessionTtl
|
||||
flareSolverrAsResponseFallback
|
||||
|
||||
# OPDS
|
||||
opdsUseBinaryFileSizes
|
||||
opdsItemsPerPage
|
||||
opdsEnablePageReadProgress
|
||||
opdsMarkAsReadOnDownload
|
||||
opdsShowOnlyUnreadChapters
|
||||
opdsShowOnlyDownloadedChapters
|
||||
opdsChapterSortOrder
|
||||
}
|
||||
`;
|
||||
|
||||
Reference in New Issue
Block a user