1
0
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:
Jeff Mitchell
2011-08-26 16:07:57 -04:00
parent 1994ab33fe
commit d06c43bfe6

View File

@@ -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();
} }
} }
} }