|
@@ -7,6 +7,7 @@ using System.Text;
|
|
|
using Emby.Server.Implementations.EntryPoints;
|
|
|
using Jellyfin.Api.Middleware;
|
|
|
using Jellyfin.LiveTv;
|
|
|
+using Jellyfin.LiveTv.EmbyTV;
|
|
|
using Jellyfin.LiveTv.Extensions;
|
|
|
using Jellyfin.MediaEncoding.Hls.Extensions;
|
|
|
using Jellyfin.Networking;
|
|
@@ -127,6 +128,7 @@ namespace Jellyfin.Server
|
|
|
services.AddHlsPlaylistGenerator();
|
|
|
services.AddLiveTvServices();
|
|
|
|
|
|
+ services.AddHostedService<LiveTvHost>();
|
|
|
services.AddHostedService<AutoDiscoveryHost>();
|
|
|
services.AddHostedService<PortForwardingHost>();
|
|
|
services.AddHostedService<NfoUserDataSaver>();
|