1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-03-20 15:59:42 +01:00

Only set stopped when we really stopped

This commit is contained in:
Uwe L. Korn 2014-07-19 19:09:40 +01:00
parent 12e5062cf5
commit 0ba7a58bf0

View File

@ -146,7 +146,7 @@ AudioEnginePrivate::onStateChanged( Phonon::State newState, Phonon::State oldSta
q_ptr->stop();
}
}
else
else if ( stopped )
{
// We did not expect a Stop here, so do not go to the next track
// but change the AudioEngine state