webui: Fix path to when playing from DVR

This commit is contained in:
Andreas Öman 2011-05-10 20:05:57 +02:00
parent a33441bfc6
commit 1b05817d86

View file

@ -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>';
}