We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc30e60 commit 266bb99Copy full SHA for 266bb99
src/settings/PropertyMapper.ts
@@ -66,6 +66,10 @@ export class PropertyMapper {
66
obj.type = 'comicManga';
67
console.debug(`MDB | updated metadata type`, obj.type);
68
}
69
+ if (obj.dataSource === 'MALAPI Manga') {
70
+ obj.dataSource = 'MALAPIManga';
71
+ console.debug(`MDB | updated metadata dataSource`, obj.type);
72
+ }
73
if (MEDIA_TYPES.contains(obj.type as any)) {
74
return obj;
75
0 commit comments