aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/Channels
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2015-09-29 13:35:23 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2015-09-29 13:35:23 -0400
commit35fc09911443819224fa38f88e9899af02533126 (patch)
tree86079f4e01460b39569140ac5e60bed7b6e94789 /MediaBrowser.Controller/Channels
parent6e222eaaf499582b708f539800caa869b1e4e180 (diff)
removed dead db fields
Diffstat (limited to 'MediaBrowser.Controller/Channels')
-rw-r--r--MediaBrowser.Controller/Channels/Channel.cs2
1 files changed, 0 insertions, 2 deletions
diff --git a/MediaBrowser.Controller/Channels/Channel.cs b/MediaBrowser.Controller/Channels/Channel.cs
index f0328a1d88..839b7d68f5 100644
--- a/MediaBrowser.Controller/Channels/Channel.cs
+++ b/MediaBrowser.Controller/Channels/Channel.cs
@@ -10,8 +10,6 @@ namespace MediaBrowser.Controller.Channels
{
public class Channel : Folder
{
- public string OriginalChannelName { get; set; }
-
public override bool IsVisible(User user)
{
if (user.Policy.BlockedChannels != null)