mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Update src/scripts/site.js
updating as suggested Co-Authored-By: vitorsemeano <vitorsemeano@gmail.com>
This commit is contained in:
parent
9878cfc012
commit
24ae3a9c49
1 changed files with 1 additions and 1 deletions
|
@ -293,7 +293,7 @@ var AppInfo = {};
|
|||
var apiClient = new apiClientFactory(Dashboard.serverAddress(), apphost.appName(), apphost.appVersion(), apphost.deviceName(), apphost.deviceId(), window.devicePixelRatio);
|
||||
|
||||
apiClient.enableAutomaticNetworking = false;
|
||||
apiClient.manualAddressOnly = true;
|
||||
apiClient.manualAddressOnly = true;
|
||||
|
||||
connectionManager.addApiClient(apiClient);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue