Rename metadata migration setting flags

This commit is contained in:
schroda
2024-04-20 23:26:34 +02:00
parent a6bdf1b10a
commit 0d8bb789a0
5 changed files with 15 additions and 18 deletions

View File

@@ -39,8 +39,8 @@ const GLOBAL_METADATA_KEYS: AppMetadataKeys[] = [
'devices',
// migration
'includeChapters',
'includeCategories',
'migrateChapters',
'migrateCategories',
'deleteChapters',
// browse

View File

@@ -35,8 +35,8 @@ export const getDefaultSettings = (): MetadataServerSettings => ({
devices: [DEFAULT_DEVICE],
// migration
includeChapters: true,
includeCategories: true,
migrateChapters: true,
migrateCategories: true,
deleteChapters: true,
// browse