From 1b05817d86d6b89e3336ff41e959f985cb0065dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20=C3=96man?= Date: Tue, 10 May 2011 20:05:57 +0200 Subject: [PATCH] webui: Fix path to when playing from DVR --- src/webui/static/app/dvr.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/webui/static/app/dvr.js b/src/webui/static/app/dvr.js index a2129b9827..74de7cf267 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" + '
'; }