Fix more warnings

This commit is contained in:
Bond_009
2019-02-01 21:56:50 +01:00
parent b4c5ff89fd
commit 5ac6d0ae59
7 changed files with 31 additions and 25 deletions

View File

@@ -197,7 +197,7 @@ namespace MediaBrowser.Api
throw new ResourceNotFoundException(string.Format("Package not found: {0}", request.Name));
}
Task.Run(() => _installationManager.InstallPackage(package, true, new SimpleProgress<double>(), CancellationToken.None));
await _installationManager.InstallPackage(package, true, new SimpleProgress<double>(), CancellationToken.None);
}
/// <summary>