@@ -52,7 +52,7 @@ function mpd_vol_max {
function mpd_set_volume {
if [ -n "$1" ]; then # non-zero length
- $mpc volume $value
+ $mpc volume $1
fi
}