Migrate old reader settings II

This commit is contained in:
schroda
2025-01-05 14:29:47 +01:00
parent 05ce572c67
commit d87fa3721e

View File

@@ -305,4 +305,14 @@ export const METADATA_MIGRATIONS: IMetadataMigration[] = [
},
],
},
{
values: [
{
key: 'readerType',
oldValue: 'Webtoon',
newValue: `${ReadingMode.WEBTOON}`,
},
],
deleteKeys: ['pageScaleMode', 'shouldStretchPage', 'readerWidth'],
},
];