aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Server.Implementations
diff options
context:
space:
mode:
Diffstat (limited to 'MediaBrowser.Server.Implementations')
-rw-r--r--MediaBrowser.Server.Implementations/LiveTv/Listings/XmlTvListingsProvider.cs6
1 files changed, 0 insertions, 6 deletions
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<string, List<string>> _categoryMappings = new Dictionary<string, List<string>>(){
- { "Movie", new List<String>() { "Movie", "Film" } },
- //{ "Sports", new List<String>() { "Sports", "Football", "Rugby", "Soccer" } },
- //{ "Kids", new List<String>() { "Childrens", "Children", "Kids", "Disney" } },
- //{ "News", new List<String>() { "News", "Journalism", "Documentary", "Current Affairs" } },
- };
private Dictionary<string, string> _channelMappings = new Dictionary<string, string>(){
{ "1", "UK_RT_2667" },