mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-08 23:26:40 +02:00
* Fixed AudioEngine::sendWaitingNotification.
This commit is contained in:
@@ -327,7 +327,7 @@ AudioEngine::sendWaitingNotification() const
|
|||||||
{
|
{
|
||||||
tDebug( LOGVERBOSE ) << Q_FUNC_INFO;
|
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
|
//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;
|
return;
|
||||||
|
|
||||||
Tomahawk::InfoSystem::InfoPushData pushData (
|
Tomahawk::InfoSystem::InfoPushData pushData (
|
||||||
|
Reference in New Issue
Block a user