@@ -, +, @@ --- src/webui/static/app/epg.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- tvheadend-3.4patch1.orig/src/webui/static/app/epg.js +++ tvheadend-3.4patch1.orig/src/webui/static/app/epg.js @@ -51,7 +51,7 @@ tvheadend.epgDetails = function(event) { if (event.ext_text != null) content += '
' + event.ext_text + '
'; - content += '
Search IMDB
' + content += '
Search IMDB
' now = new Date(); if (event.start < now && event.end > now) {