Skip to content

Commit

Permalink
Merge pull request #18 from rcampbel3/patch-1
Browse files Browse the repository at this point in the history
Fixed typo causing script to not work
  • Loading branch information
pssc committed May 6, 2014
2 parents e89ee0b + 4a5563a commit a47ce5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion squeezy
Original file line number Diff line number Diff line change
Expand Up @@ -1069,7 +1069,7 @@ sub command
{ die "squeezy -volume: invalid volume specifier ($vol)\n"; }
if ( 100 < $vol || $vol < -100)
{ die "squeezy -volume: invalid volume specifier ($vol, should be min/max 100)\n"; }
send_command urnencode($player)." mixer volume $vol";
send_command urlencode($player)." mixer volume $vol";
}
report 'volume', pick_field 3, send_command urlencode($player)." mixer volume ?";
}
Expand Down

0 comments on commit a47ce5f

Please sign in to comment.