add live tv logging
This commit is contained in:
@@ -1110,7 +1110,7 @@ $(document).on('pageshowready', "#dashboardPage", DashboardPage.onPageShow).on('
|
||||
|
||||
html += '<div secondary>';
|
||||
var date = parseISO8601Date(entry.Date, { toLocal: true });
|
||||
html += date.toLocaleDateString();
|
||||
html += date.toLocaleDateString() + ' ' + date.toLocaleTimeString().toLowerCase();
|
||||
html += '</div>';
|
||||
|
||||
html += '<div secondary>';
|
||||
|
||||
@@ -59,9 +59,9 @@
|
||||
html += server.Name;
|
||||
html += '</div>';
|
||||
|
||||
html += '<div secondary>';
|
||||
html += MediaBrowser.ServerInfo.getServerAddress(server, server.LastConnectionMode);
|
||||
html += '</div>';
|
||||
//html += '<div secondary>';
|
||||
//html += MediaBrowser.ServerInfo.getServerAddress(server, server.LastConnectionMode);
|
||||
//html += '</div>';
|
||||
|
||||
html += '</a>';
|
||||
html += '</paper-item-body>';
|
||||
|
||||
Reference in New Issue
Block a user