mirror of
https://github.com/ZoneMinder/zoneminder.git
synced 2025-12-23 22:37:53 -05:00
fix every monitor getting the same Janus_Pin
This commit is contained in:
@@ -50,7 +50,7 @@ monitorData[monitorData.length] = {
|
||||
'onclick': function(){window.location.assign( '?view=watch&mid=<?php echo $m->Id() ?>' );},
|
||||
'type': '<?php echo $m->Type() ?>',
|
||||
'refresh': '<?php echo $m->Refresh() ?>',
|
||||
'janus_pin': '<?php echo $monitor->Janus_Pin() ?>'
|
||||
'janus_pin': '<?php echo $m->Janus_Pin() ?>'
|
||||
};
|
||||
<?php
|
||||
} // end foreach monitor
|
||||
|
||||
Reference in New Issue
Block a user