From: sb1066 Date: Sun, 11 Jul 2010 17:40:27 +0000 (+0000) Subject: Added a play link that will start to play the dvr file in the media player X-Git-Tag: 2.12~74 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fa71c87ec028254967a1f2d6fe32792bcfb5a00d;p=thirdparty%2Ftvheadend.git Added a play link that will start to play the dvr file in the media player --- diff --git a/src/webui/static/app/dvr.js b/src/webui/static/app/dvr.js index e2465e2b3..7121138f7 100644 --- a/src/webui/static/app/dvr.js +++ b/src/webui/static/app/dvr.js @@ -46,7 +46,9 @@ tvheadend.dvrDetails = function(entry) { if(entry.url != null && entry.filesize > 0) { content += '
' + 'Download '+ - parseInt(entry.filesize/1000000) + ' MB
'; + parseInt(entry.filesize/1000000) + ' MB
' + + "Play" + + ''; } var win = new Ext.Window({