mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-18 03:18:19 -07:00
update upcoming
This commit is contained in:
parent
f699dc85dd
commit
8b486931f9
@ -55,7 +55,7 @@
|
|||||||
</neon-animatable>
|
</neon-animatable>
|
||||||
<neon-animatable>
|
<neon-animatable>
|
||||||
<div class="pageTabContent homeUpcomingTabContent" data-index="3">
|
<div class="pageTabContent homeUpcomingTabContent" data-index="3">
|
||||||
<div id="upcomingItems">
|
<div id="upcomingItems" class="itemsContainer">
|
||||||
</div>
|
</div>
|
||||||
<div class="noItemsMessage" style="display: none;">
|
<div class="noItemsMessage" style="display: none;">
|
||||||
<p>${MessageNothingHere}</p>
|
<p>${MessageNothingHere}</p>
|
||||||
|
@ -108,7 +108,8 @@
|
|||||||
lazy: true,
|
lazy: true,
|
||||||
showDetailsMenu: true,
|
showDetailsMenu: true,
|
||||||
centerText: true,
|
centerText: true,
|
||||||
context: 'home-upcoming'
|
context: 'home-upcoming',
|
||||||
|
overlayMoreButton: true
|
||||||
|
|
||||||
});
|
});
|
||||||
html += '</div>';
|
html += '</div>';
|
||||||
|
@ -124,7 +124,7 @@
|
|||||||
|
|
||||||
li += '</a>';
|
li += '</a>';
|
||||||
|
|
||||||
li += '<a class="blockedTag btnDeleteTag" href="#" data-tag="' + h + '"></a>';
|
li += '<a class="blockedTag btnDeleteTag" href="#" data-tag="' + h + '" data-icon="delete"></a>';
|
||||||
|
|
||||||
li += '</li>';
|
li += '</li>';
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user