Construct LiveTvDtoService and LiveTvManager correctly

This commit is contained in:
Mark Monteiro
2020-04-04 14:40:04 -04:00
parent f78423bd49
commit cb2d99e831
3 changed files with 12 additions and 17 deletions

View File

@@ -779,6 +779,7 @@ namespace Emby.Server.Implementations
serviceCollection.AddSingleton<IPlaylistManager, PlaylistManager>();
serviceCollection.AddSingleton<LiveTvDtoService>();
serviceCollection.AddSingleton<ILiveTvManager, LiveTvManager>();
serviceCollection.AddSingleton<IUserViewManager, UserViewManager>();