pull/1614/head
tidusjar 7 years ago
parent f33a7d8111
commit ef8b73972e

@ -76,7 +76,7 @@ export class TvRequestsComponent implements OnInit {
this.currentlyLoaded = 5; this.currentlyLoaded = 5;
this.tvRequests = []; this.tvRequests = [];
this.loadInit(); this.loadInit();
this.isAdmin = this.auth.hasRole("admin"); this.isAdmin = this.auth.hasRole("admin") || this.auth.hasRole("poweruser");
} }
public loadMore() { public loadMore() {

Loading…
Cancel
Save