Allow RTSPServer to be unselected

This commit is contained in:
Isaac Connor 2021-02-17 12:07:55 -05:00
parent 8e4922665f
commit b58ecca040
1 changed files with 2 additions and 1 deletions

View File

@ -62,7 +62,8 @@ if ( $action == 'save' ) {
'RecordAudio' => 0,
'Method' => 'raw',
'GroupIds' => array(),
'LinkedMonitors' => array()
'LinkedMonitors' => array(),
'RTSPServer' => 0
);
# Checkboxes don't return an element in the POST data, so won't be present in newMonitor.