File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ export class MusicBrainzAPI extends APIModel {
5151 dataSource : this . apiName ,
5252 url : 'https://musicbrainz.org/release-group/' + result . id ,
5353 id : result . id ,
54- image : 'https://coverartarchive.org/release-group/' + result . id + '/front.jpg' ,
54+ image : 'https://coverartarchive.org/release-group/' + result . id + '/front-500 .jpg' ,
5555
5656 artists : result [ 'artist-credit' ] . map ( ( a : any ) => a . name ) ,
5757 subType : result [ 'primary-type' ] ,
@@ -87,7 +87,7 @@ export class MusicBrainzAPI extends APIModel {
8787 dataSource : this . apiName ,
8888 url : 'https://musicbrainz.org/release-group/' + result . id ,
8989 id : result . id ,
90- image : 'https://coverartarchive.org/release-group/' + result . id + '/front.jpg' ,
90+ image : 'https://coverartarchive.org/release-group/' + result . id + '/front-500 .jpg' ,
9191
9292 artists : result [ 'artist-credit' ] . map ( ( a : any ) => a . name ) ,
9393 genres : result . genres . map ( ( g : any ) => g . name ) ,
You can’t perform that action at this time.
0 commit comments