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 9395094 commit f6e96e7Copy full SHA for f6e96e7
src/api/apis/MALAPIManga.ts
@@ -23,7 +23,7 @@ export class MALAPIManga extends APIModel {
23
this.typeMappings.set('doujinshi', 'doujin');
24
this.typeMappings.set('one-shot', 'oneshot');
25
this.typeMappings.set('manhua', 'manhua');
26
- this.typeMappings.set('light novel', 'lnovel');
+ this.typeMappings.set('light novel', 'light-novel');
27
this.typeMappings.set('novel', 'novel');
28
}
29
src/models/MangaModel.ts
@@ -64,7 +64,7 @@ export class MangaModel extends MediaTypeModel {
64
65
66
getTags(): string[] {
67
- return [mediaDbTag, 'manga', 'lnovel'];
+ return [mediaDbTag, 'manga', 'light-novel'];
68
69
70
getMediaType(): MediaType {
0 commit comments