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 {
51
51
dataSource : this . apiName ,
52
52
url : 'https://musicbrainz.org/release-group/' + result . id ,
53
53
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' ,
55
55
56
56
artists : result [ 'artist-credit' ] . map ( ( a : any ) => a . name ) ,
57
57
subType : result [ 'primary-type' ] ,
@@ -87,7 +87,7 @@ export class MusicBrainzAPI extends APIModel {
87
87
dataSource : this . apiName ,
88
88
url : 'https://musicbrainz.org/release-group/' + result . id ,
89
89
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' ,
91
91
92
92
artists : result [ 'artist-credit' ] . map ( ( a : any ) => a . name ) ,
93
93
genres : result . genres . map ( ( g : any ) => g . name ) ,
You can’t perform that action at this time.
0 commit comments