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