mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-15 23:58:57 +00:00
Add 'group-title' channel parsing
This commit is contained in:
@@ -45,6 +45,12 @@ namespace MediaBrowser.Controller.LiveTv
|
||||
/// <value>The type of the channel.</value>
|
||||
public ChannelType ChannelType { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets the group of the channel
|
||||
/// </summary>
|
||||
/// <value>The group of the channel</value>
|
||||
public string ChannelGroup { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Supply the image path if it can be accessed directly from the file system.
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user