Fixed a bug on the grid always showing as requested

This commit is contained in:
tidusjar 2020-10-06 11:44:52 +01:00
commit 1eae6647db

View file

@ -38,7 +38,7 @@
{{'Common.RequestDenied' | translate}} {{'Common.RequestDenied' | translate}}
</mat-chip> </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}} {{'Common.PendingApproval' | translate}}
</mat-chip> </mat-chip>
<mat-chip *ngIf="movie && movie.plexUrl"> <a href="{{movie.plexUrl}}" target="_blank"><mat-icon style="color:white" matTooltip=" {{'Search.ViewOnPlex' | translate}}" <mat-chip *ngIf="movie && movie.plexUrl"> <a href="{{movie.plexUrl}}" target="_blank"><mat-icon style="color:white" matTooltip=" {{'Search.ViewOnPlex' | translate}}"