diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-06-30 15:24:35 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-06-30 15:24:35 -0400 |
| commit | c273f5fd9c33415a1fa985222e43c9c02f3d36e5 (patch) | |
| tree | 80986b09bfc12a5018c9335df9ee0f07e7ba55e0 /MediaBrowser.Controller/Channels/Channel.cs | |
| parent | 8ae316a2f3333106921e7bc587bc990a8899c613 (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.cs | 2 |
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; } |
