diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-01-12 14:28:29 -0500 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-01-12 14:28:29 -0500 |
| commit | a5a8fe3f022f7d3c10093af1d0cef809bbce5bb1 (patch) | |
| tree | b0ee8b8fcd688cf7c7488bb7a29e6b00a480697c /MediaBrowser.Common.Implementations | |
| parent | 75bbaf2646dea21aa09f6abf93a0a5c13bfe74da (diff) | |
support running in windows as 64-bit process
Diffstat (limited to 'MediaBrowser.Common.Implementations')
| -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> |
