Save "showNsfw" setting on server
This commit is contained in:
@@ -86,6 +86,7 @@ const APP_METADATA_OBJECT: Record<AppMetadataKeys, undefined> = {
|
||||
unread: undefined,
|
||||
showChapterNumber: undefined,
|
||||
extensionLanguages: undefined,
|
||||
showNsfw: undefined,
|
||||
};
|
||||
|
||||
export const VALID_APP_METADATA_KEYS = Object.keys(APP_METADATA_OBJECT);
|
||||
@@ -136,6 +137,7 @@ export const GLOBAL_METADATA_KEYS: AppMetadataKeys[] = [
|
||||
// browse
|
||||
'hideLibraryEntries',
|
||||
'extensionLanguages',
|
||||
'showNsfw',
|
||||
|
||||
// history
|
||||
'hideHistory',
|
||||
|
||||
Reference in New Issue
Block a user