diff options
| author | Patrick Barron <barronpm@gmail.com> | 2024-02-15 12:52:24 -0500 |
|---|---|---|
| committer | Patrick Barron <barronpm@gmail.com> | 2024-02-23 09:57:55 -0500 |
| commit | d96fec2330e8df69c5b765fbd712cf8347a593a9 (patch) | |
| tree | 73858f94671240b2038bb9da139aa454cddaaad7 /src | |
| parent | 714a83a74cdb5549c02643e56cacbd152024cf8a (diff) | |
Move RecordingHelper to recordings folder
Diffstat (limited to 'src')
| -rw-r--r-- | src/Jellyfin.LiveTv/Recordings/RecordingHelper.cs (renamed from src/Jellyfin.LiveTv/EmbyTV/RecordingHelper.cs) | 4 | ||||
| -rw-r--r-- | src/Jellyfin.LiveTv/Timers/TimerManager.cs | 2 |
2 files changed, 2 insertions, 4 deletions
diff --git a/src/Jellyfin.LiveTv/EmbyTV/RecordingHelper.cs b/src/Jellyfin.LiveTv/Recordings/RecordingHelper.cs index 6bda231b2..1c8e2960b 100644 --- a/src/Jellyfin.LiveTv/EmbyTV/RecordingHelper.cs +++ b/src/Jellyfin.LiveTv/Recordings/RecordingHelper.cs @@ -1,11 +1,9 @@ -#pragma warning disable CS1591 - using System; using System.Globalization; using System.Text; using MediaBrowser.Controller.LiveTv; -namespace Jellyfin.LiveTv.EmbyTV +namespace Jellyfin.LiveTv.Recordings { internal static class RecordingHelper { diff --git a/src/Jellyfin.LiveTv/Timers/TimerManager.cs b/src/Jellyfin.LiveTv/Timers/TimerManager.cs index 6bcbd3324..2e5003a53 100644 --- a/src/Jellyfin.LiveTv/Timers/TimerManager.cs +++ b/src/Jellyfin.LiveTv/Timers/TimerManager.cs @@ -7,7 +7,7 @@ using System.IO; using System.Linq; using System.Threading; using Jellyfin.Data.Events; -using Jellyfin.LiveTv.EmbyTV; +using Jellyfin.LiveTv.Recordings; using MediaBrowser.Common.Configuration; using MediaBrowser.Controller.LiveTv; using MediaBrowser.Model.LiveTv; |
