diff --git a/src/modules/metadata/Metadata.constants.ts b/src/modules/metadata/Metadata.constants.ts index 16e23526..9ac75146 100644 --- a/src/modules/metadata/Metadata.constants.ts +++ b/src/modules/metadata/Metadata.constants.ts @@ -305,4 +305,14 @@ export const METADATA_MIGRATIONS: IMetadataMigration[] = [ }, ], }, + { + values: [ + { + key: 'readerType', + oldValue: 'Webtoon', + newValue: `${ReadingMode.WEBTOON}`, + }, + ], + deleteKeys: ['pageScaleMode', 'shouldStretchPage', 'readerWidth'], + }, ];