mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
fixed detail page name
This commit is contained in:
parent
2cd1af12d0
commit
843ccab8bd
1 changed files with 3 additions and 1 deletions
|
@ -676,7 +676,9 @@
|
|||
|
||||
renderName: function (item, nameElem, linkToElement) {
|
||||
|
||||
Dashboard.setPageTitle(LibraryBrowser.getPosterViewDisplayName(item));
|
||||
var name = LibraryBrowser.getPosterViewDisplayName(item);
|
||||
|
||||
Dashboard.setPageTitle(name);
|
||||
|
||||
if (linkToElement) {
|
||||
nameElem.html('<a class="detailPageParentLink" href="' + LibraryBrowser.getHref(item) + '">' + name + '</a>').trigger('create');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue