mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
auto switch between LocalAddress and ManualAddress
This commit is contained in:
parent
48449b233f
commit
47468636de
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