Fixed bug in previous bugfix

This commit is contained in:
grimsi
2022-08-15 17:32:09 +02:00
parent 291d7ad8d8
commit e0550de34d
@@ -51,7 +51,7 @@ export class HeaderComponent {
}
onLibraryScreen(): boolean {
return this.router.url.startsWith("/library");
return this.router.url.startsWith("/library&") || this.router.url === "/library";
}
onLibraryManagementScreen(): boolean {