From 1a24d26dace17587d598af0acf343f8d193a618b Mon Sep 17 00:00:00 2001 From: Patrick Barron Date: Thu, 8 Feb 2024 12:08:41 -0500 Subject: [PATCH] Move EpgChannelData to Listings folder --- src/Jellyfin.LiveTv/{EmbyTV => Listings}/EpgChannelData.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename src/Jellyfin.LiveTv/{EmbyTV => Listings}/EpgChannelData.cs (98%) diff --git a/src/Jellyfin.LiveTv/EmbyTV/EpgChannelData.cs b/src/Jellyfin.LiveTv/Listings/EpgChannelData.cs similarity index 98% rename from src/Jellyfin.LiveTv/EmbyTV/EpgChannelData.cs rename to src/Jellyfin.LiveTv/Listings/EpgChannelData.cs index 43d308c434..81437f7913 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 {