From fa71c87ec028254967a1f2d6fe32792bcfb5a00d Mon Sep 17 00:00:00 2001 From: sb1066 Date: Sun, 11 Jul 2010 17:40:27 +0000 Subject: [PATCH] Added a play link that will start to play the dvr file in the media player --- src/webui/static/app/dvr.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/webui/static/app/dvr.js b/src/webui/static/app/dvr.js index e2465e2b..7121138f 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({