diff --git a/src/api/apis/MALAPIManga.ts b/src/api/apis/MALAPIManga.ts index bd99476..77a8416 100644 --- a/src/api/apis/MALAPIManga.ts +++ b/src/api/apis/MALAPIManga.ts @@ -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];