mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-16 02:02:55 -07:00
When requesting Anime, we now mark it correctly as Anime in Sonarr
This commit is contained in:
parent
dbe7761be1
commit
35cfb3d573
6 changed files with 930 additions and 1 deletions
|
@ -433,6 +433,8 @@ namespace Ombi.Store.Migrations
|
|||
|
||||
b.Property<string>("RequestedUserId");
|
||||
|
||||
b.Property<int>("SeriesType");
|
||||
|
||||
b.Property<string>("Title");
|
||||
|
||||
b.HasKey("Id");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue