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 af6009f commit cc30e60Copy full SHA for cc30e60
src/api/apis/MALAPIManga.ts
@@ -12,7 +12,7 @@ export class MALAPIManga extends APIModel {
12
super();
13
14
this.plugin = plugin;
15
- this.apiName = 'MALAPI Manga';
+ this.apiName = 'MALAPIManga';
16
this.apiDescription = 'A free API for Manga. Some results may take a long time to load.';
17
this.apiUrl = 'https://jikan.moe/';
18
this.types = [MediaType.ComicManga];
0 commit comments