Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Ombi/commit/6c8205ffc8e3c8f9756282b4f8912f33962c2d4e You should set ROOT_URL correctly, otherwise the web may not work correctly.

Allow admins to subscribe too!

pull/4585/head
sephrat 3 years ago
parent dd7219ebf9
commit 6c8205ffc8

@ -108,7 +108,7 @@
</span>
</span>
<span *ngIf="!isAdmin && movieRequest.showSubscribe">
<span *ngIf="movieRequest.showSubscribe">
<button *ngIf="!movieRequest.subscribed" (click)="notify()" id="notifyBtn"
mat-raised-button class="btn-spacing"> <i class="fas fa-bell"></i>
{{ 'Requests.Notify' | translate }}</button>

Loading…
Cancel
Save