mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 11:13:32 +01:00
Fix unchecked input
This commit is contained in:
15
MediaBrowser.Model/Entities/CollectionTypeOptions.cs
Normal file
15
MediaBrowser.Model/Entities/CollectionTypeOptions.cs
Normal file
@@ -0,0 +1,15 @@
|
||||
#pragma warning disable CS1591
|
||||
|
||||
namespace MediaBrowser.Model.Entities
|
||||
{
|
||||
public enum CollectionTypeOptions
|
||||
{
|
||||
Movies,
|
||||
Music,
|
||||
TvShows,
|
||||
Books,
|
||||
HomeVideos,
|
||||
MusicVideos,
|
||||
Mixed
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user