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:
commit
1aaf25cbdc
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ class ServerConnections extends ConnectionManager {
|
|||
);
|
||||
|
||||
apiClient.enableAutomaticNetworking = false;
|
||||
apiClient.manualAddressOnly = true;
|
||||
apiClient.manualAddressOnly = false;
|
||||
|
||||
this.addApiClient(apiClient);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue