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:
parent
12e5062cf5
commit
0ba7a58bf0
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user