get stable and beta server packages from github

This commit is contained in:
Luke Pulverenti
2016-01-02 20:23:09 -05:00
parent 953d654050
commit 68ae496d60
8 changed files with 220 additions and 11 deletions

View File

@@ -150,7 +150,7 @@ namespace MediaBrowser.Common.Implementations.HttpClientManager
request.Method = method;
request.Timeout = options.TimeoutMs;
if (httpWebRequest != null)
{
if (!string.IsNullOrEmpty(options.Host))