1
0
Fork 0
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:
vitorsemeano 2019-03-04 20:30:46 +00:00
commit 0fe01a85c4

View file

@ -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);