From 8b59808c1741dfb2b0063e2a5b27295ac25eb2d3 Mon Sep 17 00:00:00 2001 From: yczpf2019 Date: Sat, 24 Jan 2026 18:34:30 +0800 Subject: [PATCH] fix: use Web.BU.requestPort explicitly for Add Device button to support WebSocket mode --- mixly/common/modules/mixly-modules/common/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mixly/common/modules/mixly-modules/common/app.js b/mixly/common/modules/mixly-modules/common/app.js index a88358b7..213a02f1 100644 --- a/mixly/common/modules/mixly-modules/common/app.js +++ b/mixly/common/modules/mixly-modules/common/app.js @@ -180,7 +180,7 @@ goog.loadJs('common', () => { } return true; }, - callback: () => BU.requestPort().catch(Debug.error), + callback: () => Web.BU.requestPort().catch(Debug.error), scopeType: Nav.Scope.LEFT, weight: 3 });