fix: set value when no streaming is selected

This commit is contained in:
Guilhem Bonnefille
2023-02-12 15:57:30 +01:00
committed by GitHub
parent bc3733c8e9
commit f4a65dd77b

View File

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