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
|
@ -621,6 +621,8 @@ namespace Ombi.Store.Migrations
|
|||
|
||||
b.Property<string>("PosterPath");
|
||||
|
||||
b.Property<int?>("QualityOverride");
|
||||
|
||||
b.Property<DateTime>("ReleaseDate");
|
||||
|
||||
b.Property<int?>("RootFolder");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue