mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
add live tv logging
This commit is contained in:
parent
2ce5fc0c40
commit
877aaf3573
2 changed files with 4 additions and 4 deletions
|
@ -1110,7 +1110,7 @@ $(document).on('pageshowready', "#dashboardPage", DashboardPage.onPageShow).on('
|
||||||
|
|
||||||
html += '<div secondary>';
|
html += '<div secondary>';
|
||||||
var date = parseISO8601Date(entry.Date, { toLocal: true });
|
var date = parseISO8601Date(entry.Date, { toLocal: true });
|
||||||
html += date.toLocaleDateString();
|
html += date.toLocaleDateString() + ' ' + date.toLocaleTimeString().toLowerCase();
|
||||||
html += '</div>';
|
html += '</div>';
|
||||||
|
|
||||||
html += '<div secondary>';
|
html += '<div secondary>';
|
||||||
|
|
|
@ -59,9 +59,9 @@
|
||||||
html += server.Name;
|
html += server.Name;
|
||||||
html += '</div>';
|
html += '</div>';
|
||||||
|
|
||||||
html += '<div secondary>';
|
//html += '<div secondary>';
|
||||||
html += MediaBrowser.ServerInfo.getServerAddress(server, server.LastConnectionMode);
|
//html += MediaBrowser.ServerInfo.getServerAddress(server, server.LastConnectionMode);
|
||||||
html += '</div>';
|
//html += '</div>';
|
||||||
|
|
||||||
html += '</a>';
|
html += '</a>';
|
||||||
html += '</paper-item-body>';
|
html += '</paper-item-body>';
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue