mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-20 13:23:20 -07:00
Fixed #1610
This commit is contained in:
parent
f33a7d8111
commit
ef8b73972e
1 changed files with 1 additions and 1 deletions
|
@ -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() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue