aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPatrick Barron <barronpm@gmail.com>2024-02-08 12:08:41 -0500
committerPatrick Barron <barronpm@gmail.com>2024-02-08 15:20:48 -0500
commit1a24d26dace17587d598af0acf343f8d193a618b (patch)
tree77ba7ecb51c13c20d1846e2bfae55725cba27365 /src
parent42b052a5a619abf33ceeb4bc4aafcc1d3d52a723 (diff)
Move EpgChannelData to Listings folder
Diffstat (limited to 'src')
-rw-r--r--src/Jellyfin.LiveTv/Listings/EpgChannelData.cs (renamed from src/Jellyfin.LiveTv/EmbyTV/EpgChannelData.cs)2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Jellyfin.LiveTv/EmbyTV/EpgChannelData.cs b/src/Jellyfin.LiveTv/Listings/EpgChannelData.cs
index 43d308c43..81437f791 100644
--- a/src/Jellyfin.LiveTv/EmbyTV/EpgChannelData.cs
+++ b/src/Jellyfin.LiveTv/Listings/EpgChannelData.cs
@@ -4,7 +4,7 @@ using System;
using System.Collections.Generic;
using MediaBrowser.Controller.LiveTv;
-namespace Jellyfin.LiveTv.EmbyTV
+namespace Jellyfin.LiveTv.Listings
{
internal class EpgChannelData
{