mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-03-21 00:09:47 +01:00
Fix logical mistake
This commit is contained in:
parent
3430535774
commit
93a31146b1
@ -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 );
|
||||
|
Loading…
x
Reference in New Issue
Block a user