From 0a55ea2dd915ba1947c98be942de2efa5ce51517 Mon Sep 17 00:00:00 2001 From: gnattu Date: Sat, 25 May 2024 11:50:40 -0400 Subject: [PATCH] Backport pull request #5566 from jellyfin-web/release-10.9.z Only connect to manual addresses specified by user Original-merge: 3dcb42daac3d22ece5ce070e4c56cd5e4c378ead Merged-by: thornbill Backported-by: Joshua M. Boniface --- src/components/ServerConnections.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/ServerConnections.js b/src/components/ServerConnections.js index e67f0e0b5c..93aff18584 100644 --- a/src/components/ServerConnections.js +++ b/src/components/ServerConnections.js @@ -65,7 +65,7 @@ class ServerConnections extends ConnectionManager { ); apiClient.enableAutomaticNetworking = false; - apiClient.manualAddressOnly = false; + apiClient.manualAddressOnly = true; this.addApiClient(apiClient);