mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-12 16:22:55 -07:00
Fixed an issue where we messed up the pages and routing.
Also added the requester onto the movie requests #865 #1513
This commit is contained in:
parent
6588fa8ca3
commit
66ad62beb5
3 changed files with 21 additions and 11 deletions
|
@ -35,7 +35,9 @@ export class AppComponent implements OnInit {
|
|||
this.showNav = this.authService.loggedIn();
|
||||
});
|
||||
|
||||
this.jobService.getCachedUpdate().subscribe(x => this.updateAvailable = x);
|
||||
if (this.user !== null && this.user.name) {
|
||||
this.jobService.getCachedUpdate().subscribe(x => this.updateAvailable = x);
|
||||
}
|
||||
}
|
||||
|
||||
public hasRole(role: string): boolean {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue