Rename metadata migration setting flags
This commit is contained in:
@@ -39,8 +39,8 @@ const GLOBAL_METADATA_KEYS: AppMetadataKeys[] = [
|
||||
'devices',
|
||||
|
||||
// migration
|
||||
'includeChapters',
|
||||
'includeCategories',
|
||||
'migrateChapters',
|
||||
'migrateCategories',
|
||||
'deleteChapters',
|
||||
|
||||
// browse
|
||||
|
||||
@@ -35,8 +35,8 @@ export const getDefaultSettings = (): MetadataServerSettings => ({
|
||||
devices: [DEFAULT_DEVICE],
|
||||
|
||||
// migration
|
||||
includeChapters: true,
|
||||
includeCategories: true,
|
||||
migrateChapters: true,
|
||||
migrateCategories: true,
|
||||
deleteChapters: true,
|
||||
|
||||
// browse
|
||||
|
||||
Reference in New Issue
Block a user