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
|
@ -3,7 +3,7 @@ import globalize from '../scripts/globalize';
|
|||
import '../elements/emby-tabs/emby-tabs';
|
||||
import '../elements/emby-button/emby-button';
|
||||
import '../elements/emby-scroller/emby-scroller';
|
||||
import { appRouter } from '../components/appRouter';
|
||||
import LibraryMenu from '../scripts/libraryMenu';
|
||||
|
||||
class HomeView extends TabbedView {
|
||||
constructor(view, params) {
|
||||
|
@ -11,7 +11,7 @@ class HomeView extends TabbedView {
|
|||
}
|
||||
|
||||
setTitle() {
|
||||
appRouter.setTitle(null);
|
||||
LibraryMenu.setTitle(null);
|
||||
}
|
||||
|
||||
onPause() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue