Merge pull request #5301 from Bond-009/validinput
(cherry picked from commit 5860979500
)
Signed-off-by: Joshua M. Boniface <joshua@boniface.me>
pull/5640/head
parent
ab054d6239
commit
ef864e24b9
@ -0,0 +1,16 @@
|
|||||||
|
#pragma warning disable CS1591
|
||||||
|
|
||||||
|
namespace MediaBrowser.Model.Entities
|
||||||
|
{
|
||||||
|
public enum CollectionTypeOptions
|
||||||
|
{
|
||||||
|
Movies = 0,
|
||||||
|
TvShows = 1,
|
||||||
|
Music = 2,
|
||||||
|
MusicVideos = 3,
|
||||||
|
HomeVideos = 4,
|
||||||
|
BoxSets = 5,
|
||||||
|
Books = 6,
|
||||||
|
Mixed = 7
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in new issue