Commit 4d0b6611 authored by martin hou's avatar martin hou

fix: 修正方法名称错误

parent 37de19cb
...@@ -1252,7 +1252,7 @@ Jensen.prototype.getSettings = async function (seconds) { ...@@ -1252,7 +1252,7 @@ Jensen.prototype.getSettings = async function (seconds) {
return { autoRecord: false, autoPlay: false }; return { autoRecord: false, autoPlay: false };
} }
if (this.isLiveMode()) return null; if (this.isLiveMode()) return null;
if (this.isBusy()) return null; if (this.busy()) return null;
return this.send(new Command(GET_SETTINGS), seconds); return this.send(new Command(GET_SETTINGS), seconds);
}; };
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment