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() {