fix WebSite camera startup issue
This commit is contained in:
parent
cae6ffd5a3
commit
e327ad100e
|
@ -617,7 +617,7 @@ if ( canEdit('Monitors') ) {
|
|||
$new_monitor = new Monitor($mid);
|
||||
//fixDevices();
|
||||
|
||||
if ( $monitor['Type'] != 'WebSite' ) {
|
||||
if ( $new_monitor->Type() != 'WebSite' ) {
|
||||
$new_monitor->zmcControl('start');
|
||||
$new_monitor->zmaControl('start');
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue