mirror of
https://github.com/NohamR/AM-Exporter.git
synced 2026-05-24 19:58:34 +00:00
100x100 -> 200x200
This commit is contained in:
@@ -49,7 +49,7 @@ def get_track_extras(song, artist, album):
|
||||
else :
|
||||
result = ''
|
||||
|
||||
artwork_url = result["artworkUrl100"] if result else None
|
||||
artwork_url = result["artworkUrl100"].replace('100x100bb.jpg', '200x200bb.jpg') if result else None
|
||||
itunes_url = result["trackViewUrl"] if result else None
|
||||
artist_url = result["artistViewUrl"] if result else None
|
||||
|
||||
|
||||
Reference in New Issue
Block a user