mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 19:23:38 +01:00
extract classes
This commit is contained in:
11
MediaBrowser.Model/Channels/ChannelFolderType.cs
Normal file
11
MediaBrowser.Model/Channels/ChannelFolderType.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
namespace MediaBrowser.Model.Channels
|
||||
{
|
||||
public enum ChannelFolderType
|
||||
{
|
||||
Container = 0,
|
||||
|
||||
MusicAlbum = 1,
|
||||
|
||||
PhotoAlbum = 2
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user