mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
live tv updates
This commit is contained in:
parent
60bcd69fd3
commit
f030db9841
8 changed files with 62 additions and 45 deletions
|
@ -32,8 +32,8 @@
|
|||
html += '<th class="tabletColumn"> </th>';
|
||||
html += '<th>Name</th>';
|
||||
html += '<th class="desktopColumn">Channel</th>';
|
||||
html += '<th class="tabletColumn">Days</th>';
|
||||
html += '<th class="tabletColumn">Time</th>';
|
||||
html += '<th>Days</th>';
|
||||
html += '<th>Time</th>';
|
||||
|
||||
html += '</tr>';
|
||||
|
||||
|
@ -61,7 +61,7 @@
|
|||
}
|
||||
html += '</td>';
|
||||
|
||||
html += '<td class="tabletColumn">';
|
||||
html += '<td>';
|
||||
|
||||
if (timer.DayPattern) {
|
||||
html += timer.DayPattern;
|
||||
|
@ -74,7 +74,7 @@
|
|||
|
||||
html += '</td>';
|
||||
|
||||
html += '<td class="tabletColumn">' + LiveTvHelpers.getDisplayTime(timer.StartDate) + '</td>';
|
||||
html += '<td>' + LiveTvHelpers.getDisplayTime(timer.StartDate) + '</td>';
|
||||
|
||||
html += '</tr>';
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue