From 01c26d760269648da7f8ea75beb7ff7796f8919b Mon Sep 17 00:00:00 2001 From: nathom Date: Mon, 28 Jun 2021 18:10:47 -0700 Subject: [PATCH] Fix #104 Signed-off-by: nathom --- streamrip/tracklists.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/streamrip/tracklists.py b/streamrip/tracklists.py index 6e013ec..7780288 100644 --- a/streamrip/tracklists.py +++ b/streamrip/tracklists.py @@ -490,7 +490,7 @@ class Playlist(Tracklist): if self.downloaded and self.client.source != "deezer": item.tag(embed_cover=kwargs.get("embed_cover", True)) - if playlist_to_album and self.client.source == "deezer": + if self.downloaded and playlist_to_album and self.client.source == "deezer": # Because Deezer tracks come pre-tagged, the `set_playlist_to_album` # option is never set. Here, we manually do this from mutagen.flac import FLAC