fix script
This commit is contained in:
parent
f022cc29b0
commit
29b9baf7c5
@ -43,6 +43,9 @@ while [ -n "$1" ]; do
|
|||||||
"--no-spotify")
|
"--no-spotify")
|
||||||
NO_SPOTIFY=true
|
NO_SPOTIFY=true
|
||||||
;;
|
;;
|
||||||
|
"--no-mpd")
|
||||||
|
NO_MPD=true
|
||||||
|
;;
|
||||||
"--audio-device")
|
"--audio-device")
|
||||||
AUDIO_DEVICE="$2"
|
AUDIO_DEVICE="$2"
|
||||||
shift
|
shift
|
||||||
|
Loading…
Reference in New Issue
Block a user