mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-16 02:18:16 -07:00
Backport pull request #5566 from jellyfin-web/release-10.9.z
Only connect to manual addresses specified by user
Original-merge: 3dcb42daac
Merged-by: thornbill <thornbill@users.noreply.github.com>
Backported-by: Joshua M. Boniface <joshua@boniface.me>
This commit is contained in:
parent
9cf57574fb
commit
0a55ea2dd9
@ -65,7 +65,7 @@ class ServerConnections extends ConnectionManager {
|
||||
);
|
||||
|
||||
apiClient.enableAutomaticNetworking = false;
|
||||
apiClient.manualAddressOnly = false;
|
||||
apiClient.manualAddressOnly = true;
|
||||
|
||||
this.addApiClient(apiClient);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user