Save selected source languages on the server

This commit is contained in:
schroda
2025-06-23 02:30:29 +02:00
parent 6c47f58ca9
commit 7b9d51142b
7 changed files with 39 additions and 6 deletions

View File

@@ -88,6 +88,7 @@ export const APP_METADATA_KEY_TO_TYPE = {
unread: 'auto', // boolean undefined null
showChapterNumber: 'boolean',
extensionLanguages: 'string', // string[]
sourceLanguages: 'string', // string[]
showNsfw: 'boolean',
shouldUseInfiniteScroll: 'boolean',
shouldShowTransitionPage: 'boolean',
@@ -150,6 +151,7 @@ export const GLOBAL_METADATA_KEYS: AppMetadataKeys[] = [
// browse
'hideLibraryEntries',
'extensionLanguages',
'sourceLanguages',
'showNsfw',
'lastUsedSourceId',
'shouldShowOnlySourcesWithResults',