1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-03-20 15:59:42 +01:00

Query all info plugins for album covers

This commit is contained in:
Dominik Schmidt 2015-04-06 15:41:22 +02:00
parent 68598bea8b
commit b22be87979

View File

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