1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-12 09:04:33 +02:00

* Don't enforce resolving of incoming Artist's top-tracks.

This commit is contained in:
Christian Muehlhaeuser
2013-06-08 05:03:34 +02:00
committed by Michael Zanetti
parent 268537bdc6
commit 42cf9375a6

View File

@@ -160,7 +160,6 @@ ArtistPlaylistInterface::infoSystemInfo( Tomahawk::InfoSystem::InfoRequestData r
if ( query )
ql << query;
}
Pipeline::instance()->resolve( ql );
m_queries << ql;
checkQueries();