From ef8b73972e59c132833d978a0950f30474986b77 Mon Sep 17 00:00:00 2001 From: tidusjar Date: Sun, 22 Oct 2017 20:02:34 +0100 Subject: [PATCH] Fixed #1610 --- src/Ombi/ClientApp/app/requests/tvrequests.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Ombi/ClientApp/app/requests/tvrequests.component.ts b/src/Ombi/ClientApp/app/requests/tvrequests.component.ts index e34e998e4..0e786078c 100644 --- a/src/Ombi/ClientApp/app/requests/tvrequests.component.ts +++ b/src/Ombi/ClientApp/app/requests/tvrequests.component.ts @@ -76,7 +76,7 @@ export class TvRequestsComponent implements OnInit { this.currentlyLoaded = 5; this.tvRequests = []; this.loadInit(); - this.isAdmin = this.auth.hasRole("admin"); + this.isAdmin = this.auth.hasRole("admin") || this.auth.hasRole("poweruser"); } public loadMore() {