diff options
| author | Patrick Barron <barronpm@gmail.com> | 2024-02-09 09:56:04 -0500 |
|---|---|---|
| committer | Patrick Barron <barronpm@gmail.com> | 2024-02-21 09:42:14 -0500 |
| commit | ca1a8ced48747dc3ec90f8d3d350246ad119d45a (patch) | |
| tree | b534ac902a031f4326e01188c7f69bc2f0140e02 /src/Jellyfin.LiveTv/LiveTvManager.cs | |
| parent | e13ccfe8547f7f3fbe01dc9ae378bf693f27c4bc (diff) | |
Move IO code to separate folder
Diffstat (limited to 'src/Jellyfin.LiveTv/LiveTvManager.cs')
| -rw-r--r-- | src/Jellyfin.LiveTv/LiveTvManager.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Jellyfin.LiveTv/LiveTvManager.cs b/src/Jellyfin.LiveTv/LiveTvManager.cs index 1b69fd7fd..6b4ce6f7c 100644 --- a/src/Jellyfin.LiveTv/LiveTvManager.cs +++ b/src/Jellyfin.LiveTv/LiveTvManager.cs @@ -12,6 +12,7 @@ using Jellyfin.Data.Entities; using Jellyfin.Data.Enums; using Jellyfin.Data.Events; using Jellyfin.LiveTv.Configuration; +using Jellyfin.LiveTv.IO; using MediaBrowser.Common.Extensions; using MediaBrowser.Controller.Channels; using MediaBrowser.Controller.Configuration; |
