From: Flole998 Date: Mon, 13 Jul 2020 11:51:09 +0000 (+0200) Subject: Fix TheTVDB Query X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ce09077056f9c6558c188d135cec3be85cc9c200;p=thirdparty%2Ftvheadend.git Fix TheTVDB Query --- diff --git a/src/webui/static/app/epg.js b/src/webui/static/app/epg.js index c034a3342..04da8bd56 100644 --- a/src/webui/static/app/epg.js +++ b/src/webui/static/app/epg.js @@ -173,7 +173,7 @@ tvheadend.seachTitleWeb = function(index, title){ url = 'https://www.imdb.com/find?q=' + encodeURIComponent(title); break; case 2: - url = 'https://www.thetvdb.com/search?q='+ encodeURIComponent(title)+'&l=en'; + url = 'https://www.thetvdb.com/search?query='+ encodeURIComponent(title)+'&l=en'; break; case 3: url = tvheadend.filmAffinityLanguage() + encodeURIComponent(title);