Optionally migrate track bindings
This commit is contained in:
@@ -41,6 +41,7 @@ const GLOBAL_METADATA_KEYS: AppMetadataKeys[] = [
|
||||
// migration
|
||||
'migrateChapters',
|
||||
'migrateCategories',
|
||||
'migrateTracking',
|
||||
'deleteChapters',
|
||||
|
||||
// browse
|
||||
|
||||
@@ -37,6 +37,7 @@ export const getDefaultSettings = (): MetadataServerSettings => ({
|
||||
// migration
|
||||
migrateChapters: true,
|
||||
migrateCategories: true,
|
||||
migrateTracking: true,
|
||||
deleteChapters: true,
|
||||
|
||||
// browse
|
||||
|
||||
Reference in New Issue
Block a user