mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-01 03:40:16 +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;
|
||||
tDebug( LOGEXTRA ) << "Finding next track.";
|
||||
loadNextTrack();
|
||||
next();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user