9 lines
134 B
C#
9 lines
134 B
C#
|
namespace MediaBrowser.Controller.Channels
|
|||
|
{
|
|||
|
public enum ChannelItemType
|
|||
|
{
|
|||
|
Media = 0,
|
|||
|
|
|||
|
Category = 1
|
|||
|
}
|
|||
|
}
|