1
0
Fork 0
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:
kookxiang 2022-05-18 21:53:29 +08:00 committed by Bill Thornton
parent 48449b233f
commit 47468636de

View file

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