mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update guide
This commit is contained in:
parent
f5a9a7c6bf
commit
e5119016fc
17 changed files with 202 additions and 95 deletions
|
@ -254,7 +254,7 @@
|
|||
|
||||
html += '<td data-title="Date">';
|
||||
var date = datetime.parseISO8601Date(item.Date, true);
|
||||
html += date.toLocaleDateString();
|
||||
html += datetime.toLocaleDateString(date);
|
||||
html += '</td>';
|
||||
|
||||
html += '<td data-title="Source" class="fileCell">';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue