aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/Channels/Channel.cs
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2014-06-30 15:24:35 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2014-06-30 15:24:35 -0400
commitc273f5fd9c33415a1fa985222e43c9c02f3d36e5 (patch)
tree80986b09bfc12a5018c9335df9ee0f07e7ba55e0 /MediaBrowser.Controller/Channels/Channel.cs
parent8ae316a2f3333106921e7bc587bc990a8899c613 (diff)
fixes #860 - Add options to display channels directly within user views
Diffstat (limited to 'MediaBrowser.Controller/Channels/Channel.cs')
-rw-r--r--MediaBrowser.Controller/Channels/Channel.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Controller/Channels/Channel.cs b/MediaBrowser.Controller/Channels/Channel.cs
index 3d9d0d381..df38259b4 100644
--- a/MediaBrowser.Controller/Channels/Channel.cs
+++ b/MediaBrowser.Controller/Channels/Channel.cs
@@ -4,7 +4,7 @@ using System.Linq;
namespace MediaBrowser.Controller.Channels
{
- public class Channel : BaseItem
+ public class Channel : Folder
{
public string OriginalChannelName { get; set; }