Move EpgChannelData to Listings folder

This commit is contained in:
Patrick Barron 2024-02-08 12:08:41 -05:00
parent 42b052a5a6
commit 1a24d26dac
1 changed files with 1 additions and 1 deletions

View File

@ -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
{