mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-03 06:18:28 +01:00
add new web client sidebar
This commit is contained in:
@@ -61,6 +61,11 @@ namespace MediaBrowser.Controller.Channels
|
||||
IEnumerable<ImageType> GetSupportedChannelImages();
|
||||
}
|
||||
|
||||
public interface IChannelFactory
|
||||
{
|
||||
IEnumerable<IChannel> GetChannels();
|
||||
}
|
||||
|
||||
public class ChannelInfo
|
||||
{
|
||||
/// <summary>
|
||||
|
||||
@@ -13,7 +13,8 @@ namespace MediaBrowser.Controller.Channels
|
||||
/// Adds the parts.
|
||||
/// </summary>
|
||||
/// <param name="channels">The channels.</param>
|
||||
void AddParts(IEnumerable<IChannel> channels);
|
||||
/// <param name="factories">The factories.</param>
|
||||
void AddParts(IEnumerable<IChannel> channels, IEnumerable<IChannelFactory> factories);
|
||||
|
||||
/// <summary>
|
||||
/// Gets the channels.
|
||||
|
||||
Reference in New Issue
Block a user