mirror of
https://github.com/jellyfin/jellyfin.git
synced 2024-11-17 02:49:05 -07:00
13 lines
185 B
C#
13 lines
185 B
C#
namespace MediaBrowser.Model.Channels
|
|
{
|
|
public enum ChannelFolderType
|
|
{
|
|
Container = 0,
|
|
|
|
MusicAlbum = 1,
|
|
|
|
PhotoAlbum = 2,
|
|
|
|
MusicArtist = 3
|
|
}
|
|
} |