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
+1 -1
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);