We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e13e69 commit 861be27Copy full SHA for 861be27
server/WebApi.cpp
@@ -1918,7 +1918,7 @@ void installWebApi() {
1918
1919
api_regist("/index/api/stack/start", [](API_ARGS_JSON_ASYNC) {
1920
CHECK_SECRET();
1921
- auto ret = VideoStackManager::Instance().startVideoStack(allArgs.getArgs());
+ auto ret = VideoStackManager::Instance().startVideoStack(allArgs.args());
1922
val["code"] = ret;
1923
val["msg"] = ret ? "failed" : "success";
1924
invoker(200, headerOut, val.toStyledString());
0 commit comments