Ver Fonte

Move RecordingNotifier to recordings folder

Patrick Barron há 1 ano atrás
pai
commit
31f285480a

+ 1 - 1
Jellyfin.Server/Startup.cs

@@ -6,9 +6,9 @@ using System.Net.Mime;
 using System.Text;
 using Emby.Server.Implementations.EntryPoints;
 using Jellyfin.Api.Middleware;
-using Jellyfin.LiveTv;
 using Jellyfin.LiveTv.EmbyTV;
 using Jellyfin.LiveTv.Extensions;
+using Jellyfin.LiveTv.Recordings;
 using Jellyfin.MediaEncoding.Hls.Extensions;
 using Jellyfin.Networking;
 using Jellyfin.Networking.HappyEyeballs;

+ 1 - 1
src/Jellyfin.LiveTv/RecordingNotifier.cs → src/Jellyfin.LiveTv/Recordings/RecordingNotifier.cs

@@ -11,7 +11,7 @@ using MediaBrowser.Model.Session;
 using Microsoft.Extensions.Hosting;
 using Microsoft.Extensions.Logging;
 
-namespace Jellyfin.LiveTv
+namespace Jellyfin.LiveTv.Recordings
 {
     /// <summary>
     /// <see cref="IHostedService"/> responsible for notifying users when a LiveTV recording is completed.