Move RecordingNotifier to LiveTv project

This commit is contained in:
Patrick Barron 2024-01-09 10:05:31 -05:00
parent 126aa9c893
commit c964ea23bf
1 changed files with 1 additions and 1 deletions

View File

@ -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
{