This commit is contained in:
tidusjar 2017-10-22 20:02:34 +01:00
commit ef8b73972e

View file

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