Fixed "Go to library screen" shown on library screen when filters were active

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