aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Server/Startup.cs
diff options
context:
space:
mode:
authorPatrick Barron <barronpm@gmail.com>2024-02-15 12:53:55 -0500
committerPatrick Barron <barronpm@gmail.com>2024-02-23 09:57:55 -0500
commit31f285480ae3b4573d2ddc18b50a8ed8b4160a41 (patch)
treeca460944054c4248aa41367b34440a31739fb5c4 /Jellyfin.Server/Startup.cs
parentd96fec2330e8df69c5b765fbd712cf8347a593a9 (diff)
Move RecordingNotifier to recordings folder
Diffstat (limited to 'Jellyfin.Server/Startup.cs')
-rw-r--r--Jellyfin.Server/Startup.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Jellyfin.Server/Startup.cs b/Jellyfin.Server/Startup.cs
index 558ad5b7b..51b34fd15 100644
--- a/Jellyfin.Server/Startup.cs
+++ b/Jellyfin.Server/Startup.cs
@@ -6,9 +6,9 @@ using System.Net.Mime;
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.LiveTv.Recordings;
using Jellyfin.MediaEncoding.Hls.Extensions;
using Jellyfin.Networking;
using Jellyfin.Networking.HappyEyeballs;