Browse Source

Update mumble-web to work around reconnection issue in FF

See commit ddf8424 in mumble-client
Jonas Herzig 5 years ago
parent
commit
6030aa8f2e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      package.json

+ 1 - 1
package.json

@@ -46,6 +46,6 @@
     "voice-activity-detection": "johni0702/voice-activity-detection#9f8bd90",
     "webpack": "^1.13.3",
     "mumble-client-websocket": "^1.0.0",
-    "mumble-client": "github:johni0702/mumble-client#a5cb0d7"
+    "mumble-client": "github:johni0702/mumble-client#ddf8424"
   }
 }