Reverted change, spaces shouldn't be allowed in API names to ensure compatibility
This commit is contained in:
parent
af6009f1ac
commit
cc30e60d92
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ export class MALAPIManga extends APIModel {
|
||||||
super();
|
super();
|
||||||
|
|
||||||
this.plugin = plugin;
|
this.plugin = plugin;
|
||||||
this.apiName = 'MALAPI Manga';
|
this.apiName = 'MALAPIManga';
|
||||||
this.apiDescription = 'A free API for Manga. Some results may take a long time to load.';
|
this.apiDescription = 'A free API for Manga. Some results may take a long time to load.';
|
||||||
this.apiUrl = 'https://jikan.moe/';
|
this.apiUrl = 'https://jikan.moe/';
|
||||||
this.types = [MediaType.ComicManga];
|
this.types = [MediaType.ComicManga];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue