mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-16 02:02:55 -07:00
We now show the digital release date in the search if available #1962
This commit is contained in:
parent
4d11e16a80
commit
58e658262e
17 changed files with 1040 additions and 11 deletions
|
@ -553,6 +553,8 @@ namespace Ombi.Store.Migrations
|
|||
|
||||
b.Property<string>("DeniedReason");
|
||||
|
||||
b.Property<DateTime?>("DigitalReleaseDate");
|
||||
|
||||
b.Property<string>("ImdbId");
|
||||
|
||||
b.Property<int?>("IssueId");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue