From 6030aa8f2ee10f4eb0d9240694f67228a53f1816 Mon Sep 17 00:00:00 2001 From: Jonas Herzig Date: Tue, 5 Feb 2019 15:28:30 +0100 Subject: [PATCH] Update mumble-web to work around reconnection issue in FF See commit ddf8424 in mumble-client --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 659eba4..7f57b87 100644 --- a/package.json +++ b/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" } }