Undo this recent addition as it broke movie search

Hopefully fix bug #3253
This commit is contained in:
ryanwkirby 2019-12-17 23:27:48 -08:00 committed by GitHub
commit 24a213108f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -53,7 +53,7 @@ namespace Ombi.Store.Entities
public DateTime AddedAt { get; set; }
public string Quality { get; set; }
public int? RequestId { get; set; }
//public int? RequestId { get; set; }
[NotMapped]
public bool HasImdb => !string.IsNullOrEmpty(ImdbId);
@ -79,4 +79,4 @@ namespace Ombi.Store.Entities
Movie = 0,
Show = 1
}
}
}