parent
92e5a5c6e8
commit
914e891689
@ -0,0 +1,15 @@
|
||||
#pragma warning disable CS1591
|
||||
|
||||
namespace MediaBrowser.Model.Entities
|
||||
{
|
||||
public enum CollectionTypeOptions
|
||||
{
|
||||
Movies,
|
||||
Music,
|
||||
TvShows,
|
||||
Books,
|
||||
HomeVideos,
|
||||
MusicVideos,
|
||||
Mixed
|
||||
}
|
||||
}
|
Loading…
Reference in new issue