From cd3e373826f983d31a3614460aaad13ef8804f3d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20=C3=96man?= Date: Mon, 15 Mar 2010 21:53:46 +0000 Subject: [PATCH] Switch to akas.imdb.com instead of www.imdb.com. Should work better for international titles --- 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 cabfe112..ff23efb9 100644 --- a/src/webui/static/app/epg.js +++ b/src/webui/static/app/epg.js @@ -30,7 +30,7 @@ tvheadend.epgDetails = function(event) { content += '
' + event.ext_text + '
'; content += '
Search IMDB
' + 'http://akas.imdb.org/find?q=' + event.title + '">Search IMDB' var win = new Ext.Window({