2
0
Эх сурвалжийг харах

Move RecordingNotifier to LiveTv project

Patrick Barron 1 жил өмнө
parent
commit
c964ea23bf

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