mirror of
https://github.com/BrenBroZAYT/gameyfin.git
synced 2026-06-16 16:20:04 +00:00
Fixed "Go to library screen" shown on library screen when filters were active
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user