1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

add missing file

This commit is contained in:
Luke Pulverenti 2016-09-16 08:21:22 -04:00
parent bbb9e89063
commit 3a46bfe164
7 changed files with 8 additions and 10 deletions

View file

@ -10,7 +10,7 @@
type: 'MusicArtist'
});
}
if (item.ProgramCount) {
if (item.ProgramCount && item.Type == 'Person') {
sections.push({
name: Globalize.translate('HeaderUpcomingOnTV'),

View file

@ -20,7 +20,7 @@
if (currentItems.length) {
html += '<h1>' + datetime.getLocaleDateStringParts(itemStartDate).join(' ') + '</h1>';
html += '<h1>' + datetime.toLocaleDateString(itemStartDate, { weekday: 'long', month: 'long', day: 'numeric' }) + '</h1>';
html += '<div is="emby-itemscontainer" class="vertical-list">' + listView.getListViewHtml({
items: currentItems,

View file

@ -116,7 +116,8 @@
items: items,
preferThumb: !shape,
shape: shape || (enableScrollX() ? 'overflowBackdrop' : 'backdrop'),
showTitle: true,
showParentTitleOrTitle: true,
showTitle: false,
centerText: true,
coverImage: true,
overlayText: false,

View file

@ -458,7 +458,6 @@
overlayText: false,
lazy: true,
transition: false,
preferThumb: true,
allowBottomPadding: !enableScrollX()
});
html += '</div>';