1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Merge pull request #3655 from kookxiang/auto-switch-server

automatically switch to LocalAddress when accessible
This commit is contained in:
Bill Thornton 2022-09-30 10:03:14 -04:00 committed by GitHub
commit 1aaf25cbdc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -58,7 +58,7 @@ class ServerConnections extends ConnectionManager {
);
apiClient.enableAutomaticNetworking = false;
apiClient.manualAddressOnly = true;
apiClient.manualAddressOnly = false;
this.addApiClient(apiClient);