mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-06-14 11:04:47 -04:00
9 lines
218 B
C#
9 lines
218 B
C#
namespace MediaBrowser.Controller.Channels
|
|
{
|
|
public interface IChannelMediaItem : IChannelItem
|
|
{
|
|
bool IsInfiniteStream { get; set; }
|
|
|
|
ChannelMediaContentType ContentType { get; set; }
|
|
}
|
|
} |