1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-07-31 19:30:21 +02:00

* SourcePlaylistInterface shouldn't use temporary queries.

This commit is contained in:
Christian Muehlhaeuser
2012-02-19 11:28:50 +01:00
parent 9f76cdf486
commit 399b835436

View File

@@ -137,7 +137,7 @@ SourcePlaylistInterface::onSourcePlaybackStarted( const Tomahawk::query_ptr& que
{
tDebug( LOGEXTRA ) << Q_FUNC_INFO;
connect( query.data(), SIGNAL( resolvingFinished( bool ) ), SLOT( resolvingFinished( bool ) ) );
Pipeline::instance()->resolve( query, true );
Pipeline::instance()->resolve( query );
m_gotNextItem = false;
}