Added conversion from MALAPI Manga to MALAPIManga
This commit is contained in:
parent
cc30e60d92
commit
266bb99a31
1 changed files with 4 additions and 0 deletions
|
|
@ -66,6 +66,10 @@ export class PropertyMapper {
|
||||||
obj.type = 'comicManga';
|
obj.type = 'comicManga';
|
||||||
console.debug(`MDB | updated metadata type`, obj.type);
|
console.debug(`MDB | updated metadata type`, obj.type);
|
||||||
}
|
}
|
||||||
|
if (obj.dataSource === 'MALAPI Manga') {
|
||||||
|
obj.dataSource = 'MALAPIManga';
|
||||||
|
console.debug(`MDB | updated metadata dataSource`, obj.type);
|
||||||
|
}
|
||||||
if (MEDIA_TYPES.contains(obj.type as any)) {
|
if (MEDIA_TYPES.contains(obj.type as any)) {
|
||||||
return obj;
|
return obj;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue