Merge pull request #4045 from IgorA100/patch-121
Fix: function "this.setMaxFPS" (MonitorStream.js)pull/4047/head
commit
65a5745b63
|
@ -819,7 +819,7 @@ function MonitorStream(monitorData) {
|
|||
|
||||
this.setMaxFPS = function(maxfps) {
|
||||
if (1) {
|
||||
this.streamCommand({command: CMD_MAXFPS, maxfps: currentSpeed});
|
||||
this.streamCommand({command: CMD_MAXFPS, maxfps: maxfps});
|
||||
} else {
|
||||
var streamImage = this.getElement();
|
||||
const oldsrc = streamImage.attr('src');
|
||||
|
|
Loading…
Reference in New Issue