From 3397561af1850a5550b86c3b58bd7280054ab489 Mon Sep 17 00:00:00 2001 From: Christian Muehlhaeuser Date: Sat, 8 Jun 2013 05:03:34 +0200 Subject: [PATCH] * Don't enforce resolving of incoming Artist's top-tracks. --- src/libtomahawk/ArtistPlaylistInterface.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/libtomahawk/ArtistPlaylistInterface.cpp b/src/libtomahawk/ArtistPlaylistInterface.cpp index cc1ae0fb4..21b0b660d 100644 --- a/src/libtomahawk/ArtistPlaylistInterface.cpp +++ b/src/libtomahawk/ArtistPlaylistInterface.cpp @@ -160,7 +160,6 @@ ArtistPlaylistInterface::infoSystemInfo( Tomahawk::InfoSystem::InfoRequestData r if ( query ) ql << query; } - Pipeline::instance()->resolve( ql ); m_queries << ql; checkQueries();