Index: Slim/DataStores/DBI/Track.pm =================================================================== --- Slim/DataStores/DBI/Track.pm (revision 5008) +++ Slim/DataStores/DBI/Track.pm (working copy) @@ -341,7 +341,7 @@ } else { - ($body, $contenttype, $path) = Slim::Music::Info::readCoverArt($url, $art); + ($body, $contenttype, $path) = Slim::Music::Info::readCoverArt($self->url, $art); if (defined $path) { @@ -352,7 +352,7 @@ } else { - ($body, $contenttype, $path) = Slim::Music::Info::readCoverArt($url, $art); + ($body, $contenttype, $path) = Slim::Music::Info::readCoverArt($self->url, $art); if (defined $path) { Index: Slim/DataStores/DBI/DBIStore.pm =================================================================== --- Slim/DataStores/DBI/DBIStore.pm (revision 5008) +++ Slim/DataStores/DBI/DBIStore.pm (working copy) @@ -1947,7 +1947,7 @@ return; } - my ($body, $contenttype, $path) = Slim::Music::Info::readCoverArt($fullpath, $type); + my ($body, $contenttype, $path) = Slim::Music::Info::readCoverArt($self->url, $type); if (defined($body)) {