Skip to content

Commit

Permalink
Fix a volume mute state bug.
Browse files Browse the repository at this point in the history
  • Loading branch information
ddennedy committed Feb 28, 2015
1 parent 12bf6c5 commit c99fe38
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/player.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -765,6 +765,7 @@ void Player::onVolumeChanged(int volume)
MLT.setVolume(gain);
emit showStatusMessage(QString("%L1 dB").arg(IEC_dB(gain)));
Settings.setPlayerVolume(volume);
Settings.setPlayerMuted(false);
}

void Player::onCaptureStateChanged(bool active)
Expand Down

0 comments on commit c99fe38

Please sign in to comment.