!wip started on the Plex add user UI

This commit is contained in:
Jamie 2018-08-18 01:15:17 +01:00
commit 79fe8bb331
15 changed files with 379 additions and 14 deletions

View file

@ -6,7 +6,7 @@ namespace Ombi.Store.Entities
{
public enum RequestType
{
TvShow,
Movie
TvShow = 0,
Movie = 1
}
}