webui: Fix path to when playing from DVR
This commit is contained in:
parent
a33441bfc6
commit
1b05817d86
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ tvheadend.dvrDetails = function(entry) {
|
|||
content += '<div class="x-epg-meta">' +
|
||||
'<a href="' + entry.url + '" target="_blank">Download</a> '+
|
||||
parseInt(entry.filesize/1000000) + ' MB<br>' +
|
||||
"<a href=\"javascript:tvheadend.VLC('playlist/dvrid/" + entry.id + "')\">Play</a>" +
|
||||
"<a href=\"javascript:tvheadend.VLC('dvrfile/" + entry.id + "')\">Play</a>" +
|
||||
'</div>';
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue