mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-30 11:38:32 -07:00
Some small fixes!
This commit is contained in:
parent
822ca2df94
commit
5ad8ccf33d
14 changed files with 102 additions and 60 deletions
|
@ -43,6 +43,11 @@ namespace Ombi.Store.Entities.Requests
|
|||
return "Common.Available";
|
||||
}
|
||||
|
||||
if (Denied ?? false)
|
||||
{
|
||||
return "Common.Denied";
|
||||
}
|
||||
|
||||
if (Approved & !Available)
|
||||
{
|
||||
return "Common.ProcessingRequest";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue