mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Remove setTitle function in app router
This commit is contained in:
parent
3a14418e47
commit
1085034c18
7 changed files with 14 additions and 15 deletions
|
@ -196,7 +196,7 @@ import cardBuilder from '../../../components/cardbuilder/cardBuilder';
|
|||
updatePageStyle(view, params);
|
||||
view.addEventListener('viewshow', function (e) {
|
||||
const isRestored = e.detail.isRestored;
|
||||
appRouter.setTitle(null);
|
||||
libraryMenu.setTitle(null);
|
||||
libraryMenu.setTransparentMenu(true);
|
||||
|
||||
if (!isRestored) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue