diff --git a/data/ui/window.ui b/data/ui/window.ui index c1fea7f..1fb9a36 100644 --- a/data/ui/window.ui +++ b/data/ui/window.ui @@ -181,10 +181,6 @@ Adjust the volume none vertical - audio-volume-muted - audio-volume-high - audio-volume-low - audio-volume-medium diff --git a/mcg/client.py b/mcg/client.py index 166a18c..3367205 100644 --- a/mcg/client.py +++ b/mcg/client.py @@ -439,7 +439,7 @@ class Client(Base): if 'time' in status: time = int(status['time'].split(':')[0]) # Volume - volume = 0 + volume = -1 if 'volume' in status: volume = int(status['volume']) # Error