fix: revert #197 (#207)

This commit is contained in:
Patrick Gehrsitz 2023-11-13 22:32:23 +01:00 committed by GitHub
parent cdb94da1a3
commit e7d85dc2e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -87,9 +87,6 @@ function run_ayucamstream() {
# Enable camera-auto_reconnect by default
start_param+=( --camera-auto_reconnect=1 )
# Force camera to be always active by default
start_param+=( --camera-force_active=1 )
# Custom Flag Handling (append to defaults)
if [[ -n "${cstm}" ]]; then
start_param+=( "${cstm}" )