Revert embedded cover change

This commit is contained in:
RemixDev 2021-06-16 15:27:22 +02:00
parent c42eff7f95
commit 9827cfddb0
No known key found for this signature in database
GPG Key ID: B33962B465BDB51C
1 changed files with 1 additions and 1 deletions

View File

@ -249,7 +249,7 @@ class Downloader:
# Download and cache coverart # Download and cache coverart
logger.info("%s Getting the album cover", itemName) logger.info("%s Getting the album cover", itemName)
track.album.embeddedCoverPath = downloadImage(track.album.embeddedCoverURL, track.album.embeddedCoverPath, self.settings.overwriteFile) track.album.embeddedCoverPath = downloadImage(track.album.embeddedCoverURL, track.album.embeddedCoverPath)
# Save local album art # Save local album art
if coverPath: if coverPath: