mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
fix shared item page
This commit is contained in:
parent
14b19bb60f
commit
404971a112
2 changed files with 6 additions and 2 deletions
|
@ -408,7 +408,10 @@
|
|||
function renderDetails(page, item, context, isStatic) {
|
||||
|
||||
renderSimilarItems(page, item, context);
|
||||
renderSiblingLinks(page, item, context);
|
||||
|
||||
if (!isStatic) {
|
||||
renderSiblingLinks(page, item, context);
|
||||
}
|
||||
|
||||
if (item.Taglines && item.Taglines.length) {
|
||||
$('.tagline', page).html(item.Taglines[0]).show();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue