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:
parent
bbb9e89063
commit
3a46bfe164
7 changed files with 8 additions and 10 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue