mirror of
https://gitlab.com/RemixDev/deemix-py.git
synced 2025-02-15 10:00:11 +00:00
Use overwriteFile setting when downloading embedded covers
This commit is contained in:
parent
5dc923d057
commit
f8b835229c
|
@ -248,7 +248,7 @@ class Downloader:
|
|||
|
||||
# Download and cache coverart
|
||||
logger.info("%s Getting the album cover", itemName)
|
||||
track.album.embeddedCoverPath = downloadImage(track.album.embeddedCoverURL, track.album.embeddedCoverPath)
|
||||
track.album.embeddedCoverPath = downloadImage(track.album.embeddedCoverURL, track.album.embeddedCoverPath, self.settings.overwriteFile)
|
||||
|
||||
# Save local album art
|
||||
if coverPath:
|
||||
|
|
Loading…
Reference in a new issue