Project

General

Profile

Feature #436 » fix_dvr_playback.patch

cyberjunk -, 2011-04-14 03:40

View differences:

tvheadend/src/webui/static/app/dvr.js 2011-04-14 03:35:56.000000000 +0200
69 69
	content += '<div class="x-epg-meta">' +
70 70
	    '<a href="' + entry.url + '" target="_blank">Download</a> '+
71 71
	    parseInt(entry.filesize/1000000) + ' MB<br>' + 
72
	    "<a href=\"javascript:tvheadend.VLC('playlist/dvrid/" + entry.id + "')\">Play</a>" +
72
	    "<a href=\"javascript:tvheadend.VLC('dvrfile/" + entry.id + "')\">Play</a>" +
73 73
	    '</div>';
74 74
    }
75 75

  
(6-6/8)