Use overwriteFile setting when downloading embedded covers

This commit is contained in:
RemixDev 2021-06-13 14:06:05 +02:00
parent 5dc923d057
commit f8b835229c
No known key found for this signature in database
GPG Key ID: B33962B465BDB51C
1 changed files with 1 additions and 1 deletions

View File

@ -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: