Skip to content

Commit 266bb99

Browse files
committed
Added conversion from MALAPI Manga to MALAPIManga
1 parent cc30e60 commit 266bb99

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/settings/PropertyMapper.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,10 @@ export class PropertyMapper {
6666
obj.type = 'comicManga';
6767
console.debug(`MDB | updated metadata type`, obj.type);
6868
}
69+
if (obj.dataSource === 'MALAPI Manga') {
70+
obj.dataSource = 'MALAPIManga';
71+
console.debug(`MDB | updated metadata dataSource`, obj.type);
72+
}
6973
if (MEDIA_TYPES.contains(obj.type as any)) {
7074
return obj;
7175
}

0 commit comments

Comments
 (0)