Remember last used migration flags (#656)

This commit is contained in:
schroda
2024-03-16 14:02:54 +01:00
committed by GitHub
parent 318c4a5040
commit aea5dad0ce
3 changed files with 32 additions and 6 deletions

View File

@@ -232,6 +232,11 @@ export type MetadataServerSettings = {
// client
devices: string[];
// migration
includeChapters: boolean;
includeCategories: boolean;
deleteChapters: boolean;
};
export interface ISearchSettings {