mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Merge branch 'webpack_part1' of github.com:vitorsemeano/jellyfin-web into webpack_part1
This commit is contained in:
commit
0fe01a85c4
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