When requesting Anime, we now mark it correctly as Anime in Sonarr

This commit is contained in:
tidusjar 2018-01-11 22:19:25 +00:00
parent dbe7761be1
commit 35cfb3d573
6 changed files with 930 additions and 1 deletions

View file

@ -433,6 +433,8 @@ namespace Ombi.Store.Migrations
b.Property<string>("RequestedUserId");
b.Property<int>("SeriesType");
b.Property<string>("Title");
b.HasKey("Id");