mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-03-18 23:09:42 +01:00
* SourcePlaylistInterface shouldn't use temporary queries.
This commit is contained in:
parent
9f76cdf486
commit
399b835436
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user