diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-01-04 14:40:59 -0500 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-01-04 14:40:59 -0500 |
| commit | 30229982bab747bfa695123038f9c5d90dd5ac9a (patch) | |
| tree | de82173786fea3c55e03412a20d73db4fc779b35 /MediaBrowser.Common.Implementations/BaseApplicationHost.cs | |
| parent | 8ec08ef3103ebcf0025d202bb21a7cd0e5872753 (diff) | |
auto install vcredist
Diffstat (limited to 'MediaBrowser.Common.Implementations/BaseApplicationHost.cs')
| -rw-r--r-- | MediaBrowser.Common.Implementations/BaseApplicationHost.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Common.Implementations/BaseApplicationHost.cs b/MediaBrowser.Common.Implementations/BaseApplicationHost.cs index 6dc97100d..2a93efcde 100644 --- a/MediaBrowser.Common.Implementations/BaseApplicationHost.cs +++ b/MediaBrowser.Common.Implementations/BaseApplicationHost.cs @@ -133,7 +133,7 @@ namespace MediaBrowser.Common.Implementations /// Gets the HTTP client. /// </summary> /// <value>The HTTP client.</value> - protected IHttpClient HttpClient { get; private set; } + public IHttpClient HttpClient { get; private set; } /// <summary> /// Gets the network manager. /// </summary> |
