Hide an occasional crash when playing a spotify track and loading spotify art at the same time - for some reason printing this URL triggers it...

This commit is contained in:
David Sansome 2011-09-24 18:16:35 +01:00
parent cc20d90a7a
commit a6f4a76618
1 changed files with 0 additions and 2 deletions

View File

@ -176,8 +176,6 @@ AlbumCoverLoader::TryLoadResult AlbumCoverLoader::TryLoadImage(
}
void AlbumCoverLoader::SpotifyImageLoaded(const QUrl& url, const QImage& image) {
qLog(Debug) << "Got image from spotify:" << url;
if (!remote_spotify_tasks_.contains(url))
return;