repo creation with initial code after cloning public repo
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
#pragma warning disable CS1591
|
||||
|
||||
namespace MediaBrowser.Model.Channels
|
||||
{
|
||||
public enum ChannelFolderType
|
||||
{
|
||||
Container = 0,
|
||||
|
||||
MusicAlbum = 1,
|
||||
|
||||
PhotoAlbum = 2,
|
||||
|
||||
MusicArtist = 3,
|
||||
|
||||
Series = 4,
|
||||
|
||||
Season = 5
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user