소스 검색

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
     {