More work around the advanced options

This commit is contained in:
tidusjar 2019-05-19 00:34:13 +01:00
parent e5b74d32d0
commit 10f503ae2c
18 changed files with 111 additions and 32 deletions

View 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; }
}
}