diff options
Diffstat (limited to 'src/sound-service.xml')
-rw-r--r-- | src/sound-service.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sound-service.xml b/src/sound-service.xml index 0a35690..e7f3e75 100644 --- a/src/sound-service.xml +++ b/src/sound-service.xml @@ -14,7 +14,7 @@ Our respective UI element should listen to this and therefore will be updated wi <arg name="mute_value" type="b" direction="out"/> </signal> <signal name="SinkVolumeUpdate"> - <arg name="volume_percent" type="x" direction="out"/> + <arg name="volume_percent" type="u" direction="out"/> </signal> </interface> </node> |