mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-15 01:32:55 -07:00
More work around the advanced options
This commit is contained in:
parent
e5b74d32d0
commit
10f503ae2c
18 changed files with 111 additions and 32 deletions
9
src/Ombi.Core/Models/Requests/MovieAdvancedOptions.cs
Normal file
9
src/Ombi.Core/Models/Requests/MovieAdvancedOptions.cs
Normal file
|
@ -0,0 +1,9 @@
|
|||
namespace Ombi.Core.Models.Requests
|
||||
{
|
||||
public class MovieAdvancedOptions
|
||||
{
|
||||
public int RequestId { get; set; }
|
||||
public int RootPathOverride { get; set; }
|
||||
public int QualityOverride { get; set; }
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue