Skip to content

Commit

Permalink
webui: Fix path to when playing from DVR
Browse files Browse the repository at this point in the history
  • Loading branch information
andoma committed May 10, 2011
1 parent a33441b commit 1b05817
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/webui/static/app/dvr.js
Original file line number Diff line number Diff line change
Expand Up @@ -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>';
}

Expand Down

0 comments on commit 1b05817

Please sign in to comment.