mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-16 02:02:55 -07:00
Fixed #2801 this is when a season is not correctly monitored in sonarr when approved by an admin
This commit is contained in:
parent
d834b96b4b
commit
ada38a0c30
7 changed files with 1309 additions and 63 deletions
|
@ -819,6 +819,8 @@ namespace Ombi.Store.Migrations
|
|||
|
||||
b.Property<string>("Title");
|
||||
|
||||
b.Property<int>("TotalSeasons");
|
||||
|
||||
b.Property<int>("TvDbId");
|
||||
|
||||
b.HasKey("Id");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue