Reverted change, spaces shouldn't be allowed in API names to ensure compatibility

This commit is contained in:
ltctceplrm 2025-03-05 21:50:29 +01:00
parent af6009f1ac
commit cc30e60d92

View file

@ -12,7 +12,7 @@ export class MALAPIManga extends APIModel {
super();
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.apiUrl = 'https://jikan.moe/';
this.types = [MediaType.ComicManga];