1
0
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:
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;
tDebug( LOGEXTRA ) << "Finding next track.";
loadNextTrack();
next();
}
}
}