mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-03-20 07:49:42 +01:00
* Missing breaks.
This commit is contained in:
parent
833a9f59d3
commit
bcd7d82654
@ -860,12 +860,15 @@ AudioEngine::checkStateQueue()
|
||||
m_mediaObject->play();
|
||||
if ( paused )
|
||||
setVolume( m_volume );
|
||||
|
||||
break;
|
||||
}
|
||||
|
||||
case Paused:
|
||||
{
|
||||
m_volume = volume();
|
||||
m_mediaObject->pause();
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user