Save "showNsfw" setting on server

This commit is contained in:
schroda
2025-04-21 19:18:42 +02:00
parent 2022b7028e
commit 4c1a493cf5
7 changed files with 19 additions and 10 deletions

View File

@@ -42,6 +42,7 @@ export const SERVER_SETTINGS_METADATA_DEFAULT: MetadataServerSettings = {
// browse
hideLibraryEntries: false,
extensionLanguages: extensionDefaultLangs(),
showNsfw: true,
// history
hideHistory: false,