This website requires JavaScript.
Explore
Help
Sign In
cotugno
/
jellyfin
Watch
2
Fork
0
You've already forked jellyfin
mirror of
https://github.com/jellyfin/jellyfin.git
synced
2024-11-17 02:49:05 -07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
3ebcc9d599
jellyfin
/
MediaBrowser.Controller
/
Channels
/
ChannelItemType.cs
9 lines
132 B
C#
Raw
Normal View
History
Unescape
Escape
updated nuget
2014-05-11 16:02:28 -07:00
namespace
MediaBrowser.Controller.Channels
{
public
enum
ChannelItemType
{
Media
=
0
,
rename channel category to channel folder
2014-05-23 07:09:58 -07:00
Folder
=
1
updated nuget
2014-05-11 16:02:28 -07:00
}
}
Reference in New Issue
Copy Permalink