get stable and beta server packages from github

This commit is contained in:
Luke Pulverenti
2016-01-02 20:23:09 -05:00
parent 8c2327278c
commit 82b8d60720
8 changed files with 220 additions and 11 deletions

View File

@@ -72,7 +72,7 @@ namespace MediaBrowser.Server.Implementations.ScheduledTasks
try
{
await _installationManager.InstallPackage(i, new Progress<double>(), cancellationToken).ConfigureAwait(false);
await _installationManager.InstallPackage(i, true, new Progress<double>(), cancellationToken).ConfigureAwait(false);
}
catch (OperationCanceledException)
{