renamed lnovel to light-novel
This commit is contained in:
parent
93950947b8
commit
f6e96e7a9a
2 changed files with 2 additions and 2 deletions
|
|
@ -23,7 +23,7 @@ export class MALAPIManga extends APIModel {
|
||||||
this.typeMappings.set('doujinshi', 'doujin');
|
this.typeMappings.set('doujinshi', 'doujin');
|
||||||
this.typeMappings.set('one-shot', 'oneshot');
|
this.typeMappings.set('one-shot', 'oneshot');
|
||||||
this.typeMappings.set('manhua', 'manhua');
|
this.typeMappings.set('manhua', 'manhua');
|
||||||
this.typeMappings.set('light novel', 'lnovel');
|
this.typeMappings.set('light novel', 'light-novel');
|
||||||
this.typeMappings.set('novel', 'novel');
|
this.typeMappings.set('novel', 'novel');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -64,7 +64,7 @@ export class MangaModel extends MediaTypeModel {
|
||||||
}
|
}
|
||||||
|
|
||||||
getTags(): string[] {
|
getTags(): string[] {
|
||||||
return [mediaDbTag, 'manga', 'lnovel'];
|
return [mediaDbTag, 'manga', 'light-novel'];
|
||||||
}
|
}
|
||||||
|
|
||||||
getMediaType(): MediaType {
|
getMediaType(): MediaType {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue