Skip to content

Commit

Permalink
Update deezer.py
Browse files Browse the repository at this point in the history
  • Loading branch information
arsaboo committed Jul 9, 2023
1 parent 5419a78 commit cdfebdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion beetsplug/deezer.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ def album_for_id(self, album_id):
mediums=max(medium_totals.keys()),
data_source=self.data_source,
data_url=album_data['link'],
cover_art_url=album_data['cover_xl'],
cover_art_url=album_data.get('cover_xl'),
)

def _get_track(self, track_data):
Expand Down

0 comments on commit cdfebdb

Please sign in to comment.