1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-16 11:04:01 +02:00

* Request album information from all avail infoplugin sources.

This commit is contained in:
Christian Muehlhaeuser
2014-09-05 10:20:00 +02:00
parent ba8e572964
commit 749d88b7e5

View File

@@ -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 ) ),