Merge pull request #58 from guyou/patch-1

set value when no streaming is selected
This commit is contained in:
paukstelis
2023-02-12 10:07:54 -05:00
committed by GitHub

View File

@@ -874,6 +874,7 @@ prepare () {
break break
;; ;;
"None") "None")
VID=3
break break
;; ;;
*) echo "invalid option $REPLY";; *) echo "invalid option $REPLY";;