mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Merge pull request #5566 from gnattu/dont-do-smart-url-guessing
This commit is contained in:
commit
3dcb42daac
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ class ServerConnections extends ConnectionManager {
|
|||
);
|
||||
|
||||
apiClient.enableAutomaticNetworking = false;
|
||||
apiClient.manualAddressOnly = false;
|
||||
apiClient.manualAddressOnly = true;
|
||||
|
||||
this.addApiClient(apiClient);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue