Save selected extension languages on the server

This commit is contained in:
schroda
2025-04-21 15:37:54 +02:00
parent 9dfd9ed5e3
commit a48febeda5
5 changed files with 28 additions and 3 deletions

View File

@@ -85,6 +85,7 @@ const APP_METADATA_OBJECT: Record<AppMetadataKeys, undefined> = {
downloaded: undefined,
unread: undefined,
showChapterNumber: undefined,
extensionLanguages: undefined,
};
export const VALID_APP_METADATA_KEYS = Object.keys(APP_METADATA_OBJECT);
@@ -134,6 +135,7 @@ export const GLOBAL_METADATA_KEYS: AppMetadataKeys[] = [
// browse
'hideLibraryEntries',
'extensionLanguages',
// history
'hideHistory',