diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-10-05 03:15:29 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-10-05 03:15:29 -0400 |
| commit | b9cacd8076c00bfc371898c50315304927efaff8 (patch) | |
| tree | e3fee51b628343baa2c4b8cc0e4b1d3b826c1726 /MediaBrowser.Server.Startup.Common/ApplicationHost.cs | |
| parent | c4e137e6cf7a52937e1169d1f170da4b8e72ba6a (diff) | |
update live streams
Diffstat (limited to 'MediaBrowser.Server.Startup.Common/ApplicationHost.cs')
| -rw-r--r-- | MediaBrowser.Server.Startup.Common/ApplicationHost.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/MediaBrowser.Server.Startup.Common/ApplicationHost.cs b/MediaBrowser.Server.Startup.Common/ApplicationHost.cs index 59b553ecf..a72231893 100644 --- a/MediaBrowser.Server.Startup.Common/ApplicationHost.cs +++ b/MediaBrowser.Server.Startup.Common/ApplicationHost.cs @@ -826,7 +826,6 @@ namespace MediaBrowser.Server.Startup.Common LiveTvManager.AddParts(GetExports<ILiveTvService>(), GetExports<ITunerHost>(), GetExports<IListingsProvider>()); SubtitleManager.AddParts(GetExports<ISubtitleProvider>()); - ChapterManager.AddParts(GetExports<IChapterProvider>()); SessionManager.AddParts(GetExports<ISessionControllerFactory>()); |
