mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update detail page
This commit is contained in:
parent
c6f885aee8
commit
84edab7fb0
19 changed files with 317 additions and 442 deletions
|
@ -43,7 +43,7 @@
|
|||
if (tuner.Status == 'RecordingTv') {
|
||||
if (tuner.ChannelName) {
|
||||
|
||||
html += '<a href="livetvchannel.html?id=' + tuner.ChannelId + '">';
|
||||
html += '<a href="itemdetails.html?id=' + tuner.ChannelId + '">';
|
||||
html += Globalize.translate('StatusRecordingProgram').replace('{0}', tuner.ChannelName);
|
||||
html += '</a>';
|
||||
} else {
|
||||
|
@ -55,7 +55,7 @@
|
|||
|
||||
if (tuner.ChannelName) {
|
||||
|
||||
html += '<a href="livetvchannel.html?id=' + tuner.ChannelId + '">';
|
||||
html += '<a href="itemdetails.html?id=' + tuner.ChannelId + '">';
|
||||
html += Globalize.translate('StatusWatchingProgram').replace('{0}', tuner.ChannelName);
|
||||
html += '</a>';
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue