mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-21 13:53:19 -07:00
Merge pull request #1186 from smcpeck/EAP
Fix Headphones album search integration.
This commit is contained in:
commit
e43d2d8880
3 changed files with 4 additions and 1 deletions
|
@ -68,6 +68,8 @@ namespace Ombi.Store
|
|||
[JsonIgnore]
|
||||
public bool CanApprove => !Approved && !Available;
|
||||
|
||||
public string ReleaseId { get; set; }
|
||||
|
||||
public bool UserHasRequested(string username)
|
||||
{
|
||||
return AllUsers.Any(x => x.Equals(username, StringComparison.OrdinalIgnoreCase));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue