mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-25 07:25:22 -07:00
Undo this recent addition as it broke movie search
Hopefully fix bug #3253
This commit is contained in:
parent
d08b68ec25
commit
24a213108f
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue