diff options
| author | Luke <luke.pulverenti@gmail.com> | 2016-07-03 20:25:34 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-07-03 20:25:34 -0400 |
| commit | e1bdca9f1f7a597513ea15d3969c6ea40f440292 (patch) | |
| tree | e90a28ea23dbfffc4d2e8b10daffcec03354dc5d /MediaBrowser.Server.Startup.Common/ApplicationHost.cs | |
| parent | ac62ba9e19c3620873b1c04a26c183a891f26e59 (diff) | |
| parent | bb90157b0723395b0e3cda20d04c42ff2970a07b (diff) | |
Merge pull request #1919 from MediaBrowser/beta
Beta
Diffstat (limited to 'MediaBrowser.Server.Startup.Common/ApplicationHost.cs')
| -rw-r--r-- | MediaBrowser.Server.Startup.Common/ApplicationHost.cs | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/MediaBrowser.Server.Startup.Common/ApplicationHost.cs b/MediaBrowser.Server.Startup.Common/ApplicationHost.cs index 63bdddac99..bcd2ed8bd8 100644 --- a/MediaBrowser.Server.Startup.Common/ApplicationHost.cs +++ b/MediaBrowser.Server.Startup.Common/ApplicationHost.cs @@ -660,7 +660,9 @@ namespace MediaBrowser.Server.Startup.Common ChannelManager, SessionManager, () => SubtitleEncoder, - () => MediaSourceManager); + () => MediaSourceManager, + HttpClient, + ZipClient); MediaEncoder = mediaEncoder; RegisterSingleInstance(MediaEncoder); |
