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

* Un-regress listen-along.

This commit is contained in:
Christian Muehlhaeuser 2011-08-16 03:24:17 +02:00
parent 9653918a63
commit e6778b5631

@ -504,8 +504,6 @@ AudioEngine::playItem( Tomahawk::PlaylistInterface* playlist, const Tomahawk::re
{
tDebug( LOGEXTRA ) << Q_FUNC_INFO << ( result.isNull() ? QString() : result->url() );
if ( !result->isOnline() )
return;
if ( !m_playlist.isNull() )
m_playlist.data()->reset();