We now show the digital release date in the search if available #1962

This commit is contained in:
tidusjar 2018-02-28 11:54:29 +00:00
parent 4d11e16a80
commit 58e658262e
17 changed files with 1040 additions and 11 deletions

View file

@ -553,6 +553,8 @@ namespace Ombi.Store.Migrations
b.Property<string>("DeniedReason");
b.Property<DateTime?>("DigitalReleaseDate");
b.Property<string>("ImdbId");
b.Property<int?>("IssueId");