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({