mirror of
https://github.com/nathom/streamrip.git
synced 2025-05-28 14:04:49 -04:00
parent
150a91292d
commit
01c26d7602
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue