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:
Jamie 2018-03-07 13:58:22 +00:00 committed by GitHub
parent 5f7ce5c175
commit 3fa6940a8b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
20 changed files with 1165 additions and 59 deletions

View file

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