From c964ea23bf19246da647907051ce4ff88f2a599d Mon Sep 17 00:00:00 2001 From: Patrick Barron Date: Tue, 9 Jan 2024 10:05:31 -0500 Subject: [PATCH] Move RecordingNotifier to LiveTv project --- .../EntryPoints => src/Jellyfin.LiveTv}/RecordingNotifier.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename {Emby.Server.Implementations/EntryPoints => src/Jellyfin.LiveTv}/RecordingNotifier.cs (98%) diff --git a/Emby.Server.Implementations/EntryPoints/RecordingNotifier.cs b/src/Jellyfin.LiveTv/RecordingNotifier.cs similarity index 98% rename from Emby.Server.Implementations/EntryPoints/RecordingNotifier.cs rename to src/Jellyfin.LiveTv/RecordingNotifier.cs index e0ca02d986..2923948ebf 100644 --- a/Emby.Server.Implementations/EntryPoints/RecordingNotifier.cs +++ b/src/Jellyfin.LiveTv/RecordingNotifier.cs @@ -15,7 +15,7 @@ using MediaBrowser.Controller.Session; using MediaBrowser.Model.Session; using Microsoft.Extensions.Logging; -namespace Emby.Server.Implementations.EntryPoints +namespace Jellyfin.LiveTv { public sealed class RecordingNotifier : IServerEntryPoint {