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
ab99669e2d
commit
17ae566950
45 changed files with 337 additions and 336 deletions
|
@ -33,7 +33,7 @@
|
|||
html += '<th>Name</th>';
|
||||
html += '<th class="desktopColumn">Channel</th>';
|
||||
html += '<th>Date</th>';
|
||||
html += '<th>Start</th>';
|
||||
html += '<th>Time</th>';
|
||||
html += '<th class="tabletColumn">Length</th>';
|
||||
html += '<th class="tabletColumn">Status</th>';
|
||||
html += '<th class="desktopColumn">Series</th>';
|
||||
|
@ -97,8 +97,10 @@
|
|||
html += '<td class="desktopColumn">';
|
||||
|
||||
if (timer.SeriesTimerId) {
|
||||
html += '<a href="livetvseriestimer.html?id=' + timer.SeriesTimerId + '">';
|
||||
html += 'View';
|
||||
html += '<a href="livetvseriestimer.html?id=' + timer.SeriesTimerId + '" title="View Series Recording">';
|
||||
html += '<div class="timerCircle seriesTimerCircle"></div>';
|
||||
html += '<div class="timerCircle seriesTimerCircle"></div>';
|
||||
html += '<div class="timerCircle seriesTimerCircle"></div>';
|
||||
html += '</a>';
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue