Revert embedded cover change
This commit is contained in:
parent
c42eff7f95
commit
9827cfddb0
|
@ -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:
|
||||||
|
|
Loading…
Reference in New Issue