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

@@ -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.