From 5d9cc985023e491f3d2cc4c85d4faf7169771da8 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 --git a/src/webui/static/app/epg.js b/src/webui/static/app/epg.js index 71d5f3ed..4bf4c260 100755 --- a/src/webui/static/app/epg.js +++ b/src/webui/static/app/epg.js @@ -53,7 +53,7 @@ tvheadend.epgDetails = function(event) { if (event.ext_text != null) content += '
' + event.ext_text + '
'; - content += '
Search IMDB
' + content += '
Search IMDB
' content += ''; content += '
';