From 7388320d96a12044f367bf3f1e5e6e31c1904608 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Sun, 5 Jun 2016 17:08:55 -0400 Subject: update xmltv --- .../LiveTv/Listings/XmlTvListingsProvider.cs | 6 ------ 1 file changed, 6 deletions(-) (limited to 'MediaBrowser.Server.Implementations') diff --git a/MediaBrowser.Server.Implementations/LiveTv/Listings/XmlTvListingsProvider.cs b/MediaBrowser.Server.Implementations/LiveTv/Listings/XmlTvListingsProvider.cs index ac741a7d2..a713ff0ef 100644 --- a/MediaBrowser.Server.Implementations/LiveTv/Listings/XmlTvListingsProvider.cs +++ b/MediaBrowser.Server.Implementations/LiveTv/Listings/XmlTvListingsProvider.cs @@ -15,12 +15,6 @@ namespace MediaBrowser.Server.Implementations.LiveTv.Listings public class XmlTvListingsProvider : IListingsProvider { private string _language = null; - private Dictionary> _categoryMappings = new Dictionary>(){ - { "Movie", new List() { "Movie", "Film" } }, - //{ "Sports", new List() { "Sports", "Football", "Rugby", "Soccer" } }, - //{ "Kids", new List() { "Childrens", "Children", "Kids", "Disney" } }, - //{ "News", new List() { "News", "Journalism", "Documentary", "Current Affairs" } }, - }; private Dictionary _channelMappings = new Dictionary(){ { "1", "UK_RT_2667" }, -- cgit v1.2.3