mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-04 13:17:34 +02:00
Use next() so that the hasNextTrack checks are run
This commit is contained in:
@@ -600,7 +600,7 @@ AudioEngine::onStateChanged( Phonon::State newState, Phonon::State oldState )
|
|||||||
{
|
{
|
||||||
m_expectStop = false;
|
m_expectStop = false;
|
||||||
tDebug( LOGEXTRA ) << "Finding next track.";
|
tDebug( LOGEXTRA ) << "Finding next track.";
|
||||||
loadNextTrack();
|
next();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user