fixed wrong flag

This commit is contained in:
Karma Riuk 2024-04-12 10:47:16 +02:00
parent 34dd851273
commit 3480fedbac

View File

@ -287,7 +287,7 @@ if [[ "${BASH_SOURCE[0]}" == "${0}" ]]; then #if '__name__' == '__main__'
verbose && echo "Detected -s or --set-volume, with argument '$2'"
[[ -z "$2" ]] && echo "Error, missing value to set volume" 1>&2 && exit 1 || volume_set $2
;;
-m|--set-mute)
-m|--mute)
verbose && echo "Detected -m or --mute"
mute
;;