update tuner setup

This commit is contained in:
Luke Pulverenti
2015-07-23 09:23:22 -04:00
parent f9f29de05e
commit 3fda8ec5c2
14 changed files with 262 additions and 65 deletions

View File

@@ -784,7 +784,7 @@ namespace MediaBrowser.Server.Startup.Common
ImageProcessor.AddParts(GetExports<IImageEnhancer>());
LiveTvManager.AddParts(GetExports<ILiveTvService>());
LiveTvManager.AddParts(GetExports<ILiveTvService>(), GetExports<ITunerHost>(), GetExports<IListingsProvider>());
SubtitleManager.AddParts(GetExports<ISubtitleProvider>());
ChapterManager.AddParts(GetExports<IChapterProvider>());