mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-07-31 11:20:22 +02:00
* Fixed AudioEngine::sendWaitingNotification.
This commit is contained in:
@@ -327,7 +327,7 @@ AudioEngine::sendWaitingNotification() const
|
||||
{
|
||||
tDebug( LOGVERBOSE ) << Q_FUNC_INFO;
|
||||
//since it's async, after this is triggered our result could come in, so don't show the popup in that case
|
||||
if ( !m_playlist.isNull() && m_playlist->hasNextResult() )
|
||||
if ( m_playlist && m_playlist->nextResult() && m_playlist->nextResult()->isOnline() )
|
||||
return;
|
||||
|
||||
Tomahawk::InfoSystem::InfoPushData pushData (
|
||||
|
Reference in New Issue
Block a user