mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-16 14:03:03 +03:00
fixes #860 - Add options to display channels directly within user views
This commit is contained in:
@@ -4,7 +4,7 @@ using System.Linq;
|
||||
|
||||
namespace MediaBrowser.Controller.Channels
|
||||
{
|
||||
public class Channel : BaseItem
|
||||
public class Channel : Folder
|
||||
{
|
||||
public string OriginalChannelName { get; set; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user