Iwan Lebron
2024-07-31 595fd831e44f7e2eed247ef4714e963c441529a3
web_src/src/components/service/MediaServer.js
@@ -45,7 +45,8 @@
      params: {
        ip: param.ip,
        port: param.httpPort,
        secret: param.secret
        secret: param.secret,
        type: param.type
      }
    }).then(function (res) {
      if (typeof (callback) == "function") callback(res.data)