log problematic playlists (#640)

This commit is contained in:
Jason Dove
2022-02-16 08:18:22 -06:00
committed by GitHub
parent 66ab0b3990
commit 1d6279cee8
9 changed files with 181 additions and 99 deletions
+1
View File
@@ -254,6 +254,7 @@ namespace ErsatzTV
services.AddSingleton<ISearchIndex, SearchIndex>();
services.AddSingleton<IFFmpegSegmenterService, FFmpegSegmenterService>();
services.AddSingleton<ITempFilePool, TempFilePool>();
services.AddSingleton<IHlsPlaylistFilter, HlsPlaylistFilter>();
AddChannel<IBackgroundServiceRequest>(services);
AddChannel<IPlexBackgroundServiceRequest>(services);
AddChannel<IJellyfinBackgroundServiceRequest>(services);