mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-01 03:40:16 +02:00
Only set stopped when we really stopped
This commit is contained in:
@@ -146,7 +146,7 @@ AudioEnginePrivate::onStateChanged( Phonon::State newState, Phonon::State oldSta
|
|||||||
q_ptr->stop();
|
q_ptr->stop();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else
|
else if ( stopped )
|
||||||
{
|
{
|
||||||
// We did not expect a Stop here, so do not go to the next track
|
// We did not expect a Stop here, so do not go to the next track
|
||||||
// but change the AudioEngine state
|
// but change the AudioEngine state
|
||||||
|
Reference in New Issue
Block a user