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

@@ -11,6 +11,7 @@ import { SourceIdInfo } from '@/modules/source/Source.types.ts';
export type MetadataBrowseSettings = {
hideLibraryEntries: boolean;
extensionLanguages: string[];
sourceLanguages: string[];
showNsfw: boolean;
lastUsedSourceId: SourceIdInfo['id'] | null;
shouldShowOnlySourcesWithResults: boolean;