mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update channel view
This commit is contained in:
parent
0b7e7078bd
commit
cb3b17ee4a
9 changed files with 52 additions and 85 deletions
|
@ -1282,12 +1282,13 @@ var Dashboard = {
|
|||
});
|
||||
},
|
||||
|
||||
setPageTitle: function (title) {
|
||||
setPageTitle: function (title, documentTitle) {
|
||||
|
||||
LibraryMenu.setTitle(title || 'Emby');
|
||||
|
||||
if (title) {
|
||||
document.title = title;
|
||||
documentTitle = documentTitle || title;
|
||||
if (documentTitle) {
|
||||
document.title = documentTitle;
|
||||
}
|
||||
},
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue