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

@@ -8,4 +8,5 @@
export type MetadataBrowseSettings = {
hideLibraryEntries: boolean;
extensionLanguages: string[];
};