Fix subscribe button displayed only if 4K is enabled

pull/4585/head
sephrat 3 years ago
parent 25342ec3c2
commit 614f9b3b21

@ -104,6 +104,10 @@
{{'Common.Request4K' | translate }}
</button>
</ng-template>
</span>
</span>
</span>
<span *ngIf="!isAdmin && movie.showSubscribe">
<button *ngIf="!movie.subscribed" (click)="notify()" id="notifyBtn"
mat-raised-button class="btn-spacing"> <i class="fas fa-bell"></i>
@ -112,9 +116,6 @@
mat-raised-button class="btn-spacing"> <i class="fas fa-bell-slash"></i>
{{ 'Requests.RemoveNotification' | translate }}</button>
</span>
</span>
</span>
</span>
<span *ngIf="isAdmin && hasRequest">
<button id="approveBtn" *ngIf="!movie.approved && movie.requested" (click)="approve(false)"

Loading…
Cancel
Save