clementine-player / Clementine

:tangerine: Clementine Music Player
https://www.clementine-player.org/
GNU General Public License v3.0
3.74k stars 675 forks source link

you can't unmute if Clementine was muted before closing #983

Closed Clementine-Issue-Importer closed 10 years ago

Clementine-Issue-Importer commented 10 years ago

From keirangtp on November 21, 2010 22:48:00

What steps will reproduce the problem? 1. mute Cardapio (by setting the volume to 0 or using the Mute command)

  1. close the application
  2. start it again and try to unmute using the Mute command, nothing happens

What should happen? Clementine should unmute to some default volume value (?)

The problem seems to be the Player class - it's Mute method should toggle Mute / Unmute but it's not working in the given situation.

Original issue: http://code.google.com/p/clementine-player/issues/detail?id=983

Clementine-Issue-Importer commented 10 years ago

From keirangtp on November 23, 2010 11:28:08

When muted before closing, Cardapio will unmute (if prompted by the user of course) to the default volume level after restart. The default level is 50 on a 100 point scale.

Clementine-Issue-Importer commented 10 years ago

From keirangtp on November 23, 2010 11:38:19

This issue was closed by revision r2280 .

Status: Fixed