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