From: Andreas Ă–man Date: Tue, 10 May 2011 18:05:57 +0000 (+0200) Subject: webui: Fix path to when playing from DVR X-Git-Tag: 2.99~53 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1b05817d86d6b89e3336ff41e959f985cb0065dc;p=thirdparty%2Ftvheadend.git webui: Fix path to when playing from DVR --- diff --git a/src/webui/static/app/dvr.js b/src/webui/static/app/dvr.js index a2129b982..74de7cf26 100644 --- a/src/webui/static/app/dvr.js +++ b/src/webui/static/app/dvr.js @@ -69,7 +69,7 @@ tvheadend.dvrDetails = function(entry) { content += '
' + 'Download '+ parseInt(entry.filesize/1000000) + ' MB
' + - "Play" + + "Play" + '
'; }