Skip to content

Commit f6e96e7

Browse files
renamed lnovel to light-novel
1 parent 9395094 commit f6e96e7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/api/apis/MALAPIManga.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ export class MALAPIManga extends APIModel {
2323
this.typeMappings.set('doujinshi', 'doujin');
2424
this.typeMappings.set('one-shot', 'oneshot');
2525
this.typeMappings.set('manhua', 'manhua');
26-
this.typeMappings.set('light novel', 'lnovel');
26+
this.typeMappings.set('light novel', 'light-novel');
2727
this.typeMappings.set('novel', 'novel');
2828
}
2929

src/models/MangaModel.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ export class MangaModel extends MediaTypeModel {
6464
}
6565

6666
getTags(): string[] {
67-
return [mediaDbTag, 'manga', 'lnovel'];
67+
return [mediaDbTag, 'manga', 'light-novel'];
6868
}
6969

7070
getMediaType(): MediaType {

0 commit comments

Comments
 (0)