Rename to Cinema
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-11-30 00:50:10 +01:00
parent 5523399969
commit 0bcb6d571f
71 changed files with 210 additions and 211 deletions

12
CinemaLib/API/ItemType.cs Normal file
View File

@@ -0,0 +1,12 @@
namespace CinemaLib.API;
public enum ItemType
{
TVShow,
Concert,
Anime,
Movie,
Season,
Episode,
All,
}