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 /tests | |
| parent | 714a83a74cdb5549c02643e56cacbd152024cf8a (diff) | |
Move RecordingHelper to recordings folder
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/Jellyfin.LiveTv.Tests/RecordingHelperTests.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Jellyfin.LiveTv.Tests/RecordingHelperTests.cs b/tests/Jellyfin.LiveTv.Tests/RecordingHelperTests.cs index b4960dc0b..6a33a6699 100644 --- a/tests/Jellyfin.LiveTv.Tests/RecordingHelperTests.cs +++ b/tests/Jellyfin.LiveTv.Tests/RecordingHelperTests.cs @@ -1,5 +1,5 @@ using System; -using Jellyfin.LiveTv.EmbyTV; +using Jellyfin.LiveTv.Recordings; using MediaBrowser.Controller.LiveTv; using Xunit; |
