Iwan Lebron
2024-07-27 7d172ffad2661a5eb956a8d332dd677aedbd7f87
web_src/src/components/service/MediaServer.js
old mode 100644 new mode 100755
@@ -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)