added background property to tvrequests API (#2172)

* Added background property to TvRequests

* set background property for new requests and display in UI
This commit is contained in:
Anojh Thayaparan 2018-04-19 00:05:49 -07:00 committed by Jamie
parent bd741e053f
commit 025797c1ba
8 changed files with 1003 additions and 3 deletions

View file

@ -645,6 +645,8 @@ namespace Ombi.Store.Migrations
b.Property<int>("Id")
.ValueGeneratedOnAdd();
b.Property<string>("Background");
b.Property<string>("ImdbId");
b.Property<string>("Overview");