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/Extensions | |
| parent | e13ccfe8547f7f3fbe01dc9ae378bf693f27c4bc (diff) | |
Move IO code to separate folder
Diffstat (limited to 'src/Jellyfin.LiveTv/Extensions')
| -rw-r--r-- | src/Jellyfin.LiveTv/Extensions/LiveTvServiceCollectionExtensions.cs | 1 |
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; |
