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

@ -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,