mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-01 03:40:16 +02:00
* Only reset volume when resuming playback.
This commit is contained in:
@@ -855,8 +855,9 @@ AudioEngine::checkStateQueue()
|
||||
{
|
||||
case Playing:
|
||||
{
|
||||
setVolume( m_volume );
|
||||
bool paused = isPaused();
|
||||
m_mediaObject->play();
|
||||
if ( paused )
|
||||
setVolume( m_volume );
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user