]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
webui: Fix path to when playing from DVR
authorAndreas Öman <andreas@lonelycoder.com>
Tue, 10 May 2011 18:05:57 +0000 (20:05 +0200)
committerAndreas Öman <andreas@lonelycoder.com>
Tue, 10 May 2011 18:05:57 +0000 (20:05 +0200)
src/webui/static/app/dvr.js

index a2129b982722e7c59ae3cd5afe3dd216a8658feb..74de7cf267df3de7bc49443792708b111f0d6da3 100644 (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>';
     }