From 09de3c74b92d0928e45a4aa2c60ee77bb97fd5aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20T=C3=B6rnblom?= Date: Sat, 22 Feb 2014 20:15:47 +0100 Subject: [PATCH] webif: updated imdb query url --- src/webui/static/app/epg.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -Nupr tvheadend-3.4patch1.orig/src/webui/static/app/epg.js tvheadend-3.4patch1/src/webui/static/app/epg.js --- tvheadend-3.4patch1.orig/src/webui/static/app/epg.js 2013-07-11 21:17:34.000000000 +0200 +++ tvheadend-3.4patch1/src/webui/static/app/epg.js 2015-01-09 00:50:01.000000000 +0100 @@ -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) {