mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-20 00:55:13 +01:00
Merge pull request #5579 from cocool97/master
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