]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
Fix TheTVDB Query
authorFlole998 <Flole998@users.noreply.github.com>
Mon, 13 Jul 2020 11:51:09 +0000 (13:51 +0200)
committerGitHub <noreply@github.com>
Mon, 13 Jul 2020 11:51:09 +0000 (13:51 +0200)
src/webui/static/app/epg.js

index c034a33428c13017c220bef01efed1b1924fe2d9..04da8bd56b8abd7adbe395ab7e3c9637fa2dd3d4 100644 (file)
@@ -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);