mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-25 18:16:56 +01:00
Add RecordingsMetadataManager service
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
using Jellyfin.LiveTv.Guide;
|
||||
using Jellyfin.LiveTv.IO;
|
||||
using Jellyfin.LiveTv.Listings;
|
||||
using Jellyfin.LiveTv.Recordings;
|
||||
using Jellyfin.LiveTv.Timers;
|
||||
using Jellyfin.LiveTv.TunerHosts;
|
||||
using Jellyfin.LiveTv.TunerHosts.HdHomerun;
|
||||
@@ -26,6 +27,7 @@ public static class LiveTvServiceCollectionExtensions
|
||||
services.AddSingleton<LiveTvDtoService>();
|
||||
services.AddSingleton<TimerManager>();
|
||||
services.AddSingleton<SeriesTimerManager>();
|
||||
services.AddSingleton<RecordingsMetadataManager>();
|
||||
services.AddSingleton<ILiveTvManager, LiveTvManager>();
|
||||
services.AddSingleton<IChannelManager, ChannelManager>();
|
||||
services.AddSingleton<IStreamHelper, StreamHelper>();
|
||||
|
||||
Reference in New Issue
Block a user