mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-16 02:02:55 -07:00
Added the ability to override root and quality options in Sonarr (#2049)
Added the ability to override the Root path and Qualities against a TV show for Sonarr
This commit is contained in:
parent
5f7ce5c175
commit
3fa6940a8b
20 changed files with 1165 additions and 59 deletions
|
@ -8,6 +8,7 @@ namespace Ombi.Store.Entities.Requests
|
|||
{
|
||||
public int TvDbId { get; set; }
|
||||
public string ImdbId { get; set; }
|
||||
public int? QualityOverride { get; set; }
|
||||
public int? RootFolder { get; set; }
|
||||
public string Overview { get; set; }
|
||||
public string Title { get; set; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue