diff options
| author | Patrick Barron <barronpm@gmail.com> | 2024-01-09 10:05:31 -0500 |
|---|---|---|
| committer | Patrick Barron <barronpm@gmail.com> | 2024-01-09 10:16:58 -0500 |
| commit | c964ea23bf19246da647907051ce4ff88f2a599d (patch) | |
| tree | 8afbd986abb3d38986715d8cc83f8b692d896f87 | |
| parent | 126aa9c893a5b5e3107ca9b6355d354753d45ed3 (diff) | |
Move RecordingNotifier to LiveTv project
| -rw-r--r-- | src/Jellyfin.LiveTv/RecordingNotifier.cs (renamed from Emby.Server.Implementations/EntryPoints/RecordingNotifier.cs) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Emby.Server.Implementations/EntryPoints/RecordingNotifier.cs b/src/Jellyfin.LiveTv/RecordingNotifier.cs index e0ca02d98..2923948eb 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 { |
