mirror of
https://github.com/ZoneMinder/zoneminder.git
synced 2026-05-13 00:54:30 -04:00
Add defaults for RecordingSource and AnalysisSource to prevent warnings when creating new monitor
This commit is contained in:
@@ -128,6 +128,8 @@ public static function getStatuses() {
|
||||
'Capturing' => 'Always',
|
||||
'Analysing' => 'Always',
|
||||
'Recording' => 'Always',
|
||||
'RecordingSource' => 'Primary',
|
||||
'AnalysisSource' => 'Primary',
|
||||
'Enabled' => array('type'=>'boolean','default'=>1),
|
||||
'Decoding' => 'Always',
|
||||
'JanusEnabled' => array('type'=>'boolean','default'=>0),
|
||||
|
||||
Reference in New Issue
Block a user