Skip to content

Commit 54766bb

Browse files
committed
Reverted the api names
For MAL, MusicBrainz and Wikipedia
1 parent 675a0f7 commit 54766bb

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/api/apis/MALAPIManga.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export class MALAPIManga extends APIModel {
1212
super();
1313

1414
this.plugin = plugin;
15-
this.apiName = 'MALAPIManga';
15+
this.apiName = 'MALAPI Manga';
1616
this.apiDescription = 'A free API for Manga. Some results may take a long time to load.';
1717
this.apiUrl = 'https://jikan.moe/';
1818
this.types = [MediaType.Manga];

src/api/apis/MusicBrainzAPI.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export class MusicBrainzAPI extends APIModel {
1313
super();
1414

1515
this.plugin = plugin;
16-
this.apiName = 'MusicBrainzAPI';
16+
this.apiName = 'MusicBrainz API';
1717
this.apiDescription = 'Free API for music albums.';
1818
this.apiUrl = 'https://musicbrainz.org/';
1919
this.types = [MediaType.MusicRelease];

src/api/apis/WikipediaAPI.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export class WikipediaAPI extends APIModel {
1212
super();
1313

1414
this.plugin = plugin;
15-
this.apiName = 'WikipediaAPI';
15+
this.apiName = 'Wikipedia API';
1616
this.apiDescription = 'The API behind Wikipedia';
1717
this.apiUrl = 'https://www.wikipedia.com';
1818
this.types = [MediaType.Wiki];

0 commit comments

Comments
 (0)