change Primay Input default to 0 when using Additional Input Maps

montage-api
Moe 2022-01-14 11:40:39 -08:00
parent a7fb7b33ea
commit 19eb9cb172
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ function generateDefaultMonitorSettings(){
"skip_ping": null,
"is_onvif": null,
"onvif_port": "",
"primary_input": "0:0",
"primary_input": "0",
"aduration": "1000000000",
"probesize": "1000000000",
"stream_loop": "0",