This commit is contained in:
12
CinemaLib/API/ItemType.cs
Normal file
12
CinemaLib/API/ItemType.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
namespace CinemaLib.API;
|
||||
|
||||
public enum ItemType
|
||||
{
|
||||
TVShow,
|
||||
Concert,
|
||||
Anime,
|
||||
Movie,
|
||||
Season,
|
||||
Episode,
|
||||
All,
|
||||
}
|
||||
Reference in New Issue
Block a user