aboutsummaryrefslogtreecommitdiff
path: root/src/Jellyfin.LiveTv/Extensions
diff options
context:
space:
mode:
authorPatrick Barron <barronpm@gmail.com>2024-02-09 09:56:04 -0500
committerPatrick Barron <barronpm@gmail.com>2024-02-21 09:42:14 -0500
commitca1a8ced48747dc3ec90f8d3d350246ad119d45a (patch)
treeb534ac902a031f4326e01188c7f69bc2f0140e02 /src/Jellyfin.LiveTv/Extensions
parente13ccfe8547f7f3fbe01dc9ae378bf693f27c4bc (diff)
Move IO code to separate folder
Diffstat (limited to 'src/Jellyfin.LiveTv/Extensions')
-rw-r--r--src/Jellyfin.LiveTv/Extensions/LiveTvServiceCollectionExtensions.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Jellyfin.LiveTv/Extensions/LiveTvServiceCollectionExtensions.cs b/src/Jellyfin.LiveTv/Extensions/LiveTvServiceCollectionExtensions.cs
index a632827f1f..4f05a85e43 100644
--- a/src/Jellyfin.LiveTv/Extensions/LiveTvServiceCollectionExtensions.cs
+++ b/src/Jellyfin.LiveTv/Extensions/LiveTvServiceCollectionExtensions.cs
@@ -1,5 +1,6 @@
using Jellyfin.LiveTv.Channels;
using Jellyfin.LiveTv.Guide;
+using Jellyfin.LiveTv.IO;
using Jellyfin.LiveTv.Listings;
using Jellyfin.LiveTv.Timers;
using Jellyfin.LiveTv.TunerHosts;