mirror of
https://github.com/BrenBroZAYT/gameyfin.git
synced 2026-06-13 16:40:01 +00:00
Fixed bug in previous bugfix
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user