diff options
| author | Luke <luke.pulverenti@gmail.com> | 2016-08-19 02:23:00 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-08-19 02:23:00 -0400 |
| commit | 3e8303bd4b282861c5ef44b9187090574c7a65f7 (patch) | |
| tree | 34fc1552d02eccd421684b9a6d367c99704d42b4 /MediaBrowser.Server.Startup.Common | |
| parent | a1a5446342ca653f57ba21a9ac291f42897c4caf (diff) | |
| parent | 8f59f39873be3ee54aac1403d561031c459f4845 (diff) | |
Merge pull request #2077 from MediaBrowser/dev
Dev
Diffstat (limited to 'MediaBrowser.Server.Startup.Common')
| -rw-r--r-- | MediaBrowser.Server.Startup.Common/ApplicationHost.cs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/MediaBrowser.Server.Startup.Common/ApplicationHost.cs b/MediaBrowser.Server.Startup.Common/ApplicationHost.cs index 9eb8a47366..8cb1d4f0db 100644 --- a/MediaBrowser.Server.Startup.Common/ApplicationHost.cs +++ b/MediaBrowser.Server.Startup.Common/ApplicationHost.cs @@ -101,6 +101,7 @@ using System.Reflection; using System.Threading; using System.Threading.Tasks; using CommonIO; +using MediaBrowser.Api.Playback; using MediaBrowser.Common.Implementations.Updates; namespace MediaBrowser.Server.Startup.Common @@ -766,6 +767,8 @@ namespace MediaBrowser.Server.Startup.Common BaseItem.CollectionManager = CollectionManager; BaseItem.MediaSourceManager = MediaSourceManager; CollectionFolder.XmlSerializer = XmlSerializer; + BaseStreamingService.AppHost = this; + BaseStreamingService.HttpClient = HttpClient; } /// <summary> |
