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
|
@ -36,10 +36,6 @@
|
|||
html += '<td>';
|
||||
html += '<a href="livetvrecording.html?id=' + recording.Id + '">';
|
||||
html += recording.Name;
|
||||
|
||||
if (recording.EpisodeTitle) {
|
||||
html += "<br/>" + recording.EpisodeTitle;
|
||||
}
|
||||
html += '</a>';
|
||||
html += '</td>';
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue