diff --git a/src/libtomahawk/Album.cpp b/src/libtomahawk/Album.cpp index 34dc14aed..8426314a4 100644 --- a/src/libtomahawk/Album.cpp +++ b/src/libtomahawk/Album.cpp @@ -262,6 +262,7 @@ Album::cover( const QSize& size, bool forceLoad ) const requestData.type = Tomahawk::InfoSystem::InfoAlbumCoverArt; requestData.input = QVariant::fromValue< Tomahawk::InfoSystem::InfoStringHash >( trackInfo ); requestData.customData = QVariantMap(); + requestData.allSources = true; connect( Tomahawk::InfoSystem::InfoSystem::instance(), SIGNAL( info( Tomahawk::InfoSystem::InfoRequestData, QVariant ) ),