Browse Source

bug fixed - mux #2015

MHSanaei 1 year ago
parent
commit
020d1adc55
1 changed files with 1 additions and 1 deletions
  1. 1 1
      web/assets/js/model/outbound.js

+ 1 - 1
web/assets/js/model/outbound.js

@@ -477,7 +477,7 @@ class Mux extends CommonClass {
 
     static fromJson(json = {}) {
         if (Object.keys(json).length === 0) return undefined;
-        return new SockoptStreamSettings(
+        return new Mux(
             json.enabled,
             json.concurrency,
             json.xudpConcurrency,