mirror of
https://github.com/ZoneMinder/zoneminder.git
synced 2026-05-08 14:43:37 -04:00
Can't do suspend in sendCmd
This commit is contained in:
@@ -139,9 +139,6 @@ sub sendCmd {
|
||||
my $result = undef;
|
||||
|
||||
$self->printMsg($cmd, 'Tx');
|
||||
if (!$self->{Monitor}->{ModectDuringPTZ} and zmMemVerify($self->{Monitor})) {
|
||||
zmMonitorSuspend($$self{Monitor});
|
||||
}
|
||||
|
||||
my $res = $self->{ua}->get($$self{base_url}.$cmd);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user