Move RecordingNotifier to recordings folder

This commit is contained in:
Patrick Barron 2024-02-15 12:53:55 -05:00
parent d96fec2330
commit 31f285480a
2 changed files with 2 additions and 2 deletions

View File

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

View File

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