diff options
| author | Bond-009 <bond.009@outlook.com> | 2024-02-25 22:01:28 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-02-25 22:01:28 +0100 |
| commit | c72bd8a09292e8ee4a42abbdcc1df7bf283a6d55 (patch) | |
| tree | e738a4f1b45693fe71dafb03558afc84c6914734 /tests | |
| parent | 43b1e12166c18561685824de0b699cc25d1ef0e9 (diff) | |
| parent | b5a3c71b3aba0d8a1e1e65f7d07e1caae43856e2 (diff) | |
Merge pull request #11054 from barronpm/livetv-mediasourceprovider
LiveTV MediaSourceProvider refactor
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; |
