Skip to content

Commit

Permalink
Keep embed_cover_path always defined
Browse files Browse the repository at this point in the history
  • Loading branch information
nathom committed Apr 9, 2021
1 parent 0d2ca55 commit 43663ef
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions streamrip/downloader.py
Original file line number Diff line number Diff line change
Expand Up @@ -921,6 +921,8 @@ def download(
tqdm_download(self.cover_urls[download_cover_size], cover_path)
else:
embed_cover_path = cover_path
else:
embed_cover_path = cover_path

embed_cover = kwargs.get("embed_cover", True) # embed by default
if self.client.source != "deezer" and embed_cover:
Expand Down

0 comments on commit 43663ef

Please sign in to comment.