Bläddra i källkod

Move RecordingNotifier to LiveTv project

Patrick Barron 1 år sedan
förälder
incheckning
c964ea23bf
1 ändrade filer med 1 tillägg och 1 borttagningar
  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 MediaBrowser.Model.Session;
 using Microsoft.Extensions.Logging;
 using Microsoft.Extensions.Logging;
 
 
-namespace Emby.Server.Implementations.EntryPoints
+namespace Jellyfin.LiveTv
 {
 {
     public sealed class RecordingNotifier : IServerEntryPoint
     public sealed class RecordingNotifier : IServerEntryPoint
     {
     {