mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-07-31 11:20:22 +02:00
Fix logical mistake
This commit is contained in:
@@ -687,7 +687,7 @@ AudioEngine::setPlaylist( Tomahawk::playlistinterface_ptr playlist )
|
||||
m_playlist.data()->reset();
|
||||
}
|
||||
|
||||
if ( !playlist.isNull() )
|
||||
if ( playlist.isNull() )
|
||||
{
|
||||
m_playlist.clear();
|
||||
emit playlistChanged( playlist );
|
||||
|
Reference in New Issue
Block a user