File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff 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 ] ;
Original file line number Diff line number Diff 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 ] ;
Original file line number Diff line number Diff 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 ] ;
You can’t perform that action at this time.
0 commit comments