mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-21 05:43:19 -07:00
Allow admins to subscribe too!
This commit is contained in:
parent
dd7219ebf9
commit
6c8205ffc8
1 changed files with 1 additions and 1 deletions
|
@ -108,7 +108,7 @@
|
||||||
</span>
|
</span>
|
||||||
</span>
|
</span>
|
||||||
|
|
||||||
<span *ngIf="!isAdmin && movieRequest.showSubscribe">
|
<span *ngIf="movieRequest.showSubscribe">
|
||||||
<button *ngIf="!movieRequest.subscribed" (click)="notify()" id="notifyBtn"
|
<button *ngIf="!movieRequest.subscribed" (click)="notify()" id="notifyBtn"
|
||||||
mat-raised-button class="btn-spacing"> <i class="fas fa-bell"></i>
|
mat-raised-button class="btn-spacing"> <i class="fas fa-bell"></i>
|
||||||
{{ 'Requests.Notify' | translate }}</button>
|
{{ 'Requests.Notify' | translate }}</button>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue