浏览代码

Move RecordingNotifier to LiveTv project

Patrick Barron 1 年之前
父节点
当前提交
c964ea23bf
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/Jellyfin.LiveTv/RecordingNotifier.cs

+ 1 - 1
Emby.Server.Implementations/EntryPoints/RecordingNotifier.cs → 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
     {