mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-20 13:23:20 -07:00
Fixed a bug on the grid always showing as requested
This commit is contained in:
parent
023246ab8c
commit
1eae6647db
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@
|
|||
{{'Common.RequestDenied' | translate}}
|
||||
</mat-chip>
|
||||
|
||||
<mat-chip *ngIf="!result.approved && !result.available && !result.denied" class="requested">
|
||||
<mat-chip *ngIf="result.requested && !result.approved && !result.available && !result.denied" class="requested">
|
||||
{{'Common.PendingApproval' | translate}}
|
||||
</mat-chip>
|
||||
<mat-chip *ngIf="movie && movie.plexUrl"> <a href="{{movie.plexUrl}}" target="_blank"><mat-icon style="color:white" matTooltip=" {{'Search.ViewOnPlex' | translate}}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue