diff --git a/src/libtomahawk/Artist.cpp b/src/libtomahawk/Artist.cpp index 7b222ad7e..9a9f5ce21 100644 --- a/src/libtomahawk/Artist.cpp +++ b/src/libtomahawk/Artist.cpp @@ -249,6 +249,7 @@ Artist::albums( ModelMode mode, const Tomahawk::collection_ptr& collection ) con requestData.caller = infoid(); requestData.input = QVariant::fromValue< Tomahawk::InfoSystem::InfoStringHash >( artistInfo ); requestData.type = Tomahawk::InfoSystem::InfoArtistReleases; + requestData.allSources = true; connect( Tomahawk::InfoSystem::InfoSystem::instance(), SIGNAL( info( Tomahawk::InfoSystem::InfoRequestData, QVariant ) ),