mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-19 21:03:17 -07:00
!wip started on the Plex add user UI
This commit is contained in:
parent
51f5bbc6a8
commit
79fe8bb331
15 changed files with 379 additions and 14 deletions
|
@ -6,7 +6,7 @@ namespace Ombi.Store.Entities
|
|||
{
|
||||
public enum RequestType
|
||||
{
|
||||
TvShow,
|
||||
Movie
|
||||
TvShow = 0,
|
||||
Movie = 1
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue