From 777578201ba09c813e55a68a089e314359dcf01d Mon Sep 17 00:00:00 2001 From: jurialmunkey Date: Mon, 7 Oct 2019 19:06:56 +1100 Subject: [PATCH] spot fix --- 1080i/Includes_OSD.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/1080i/Includes_OSD.xml b/1080i/Includes_OSD.xml index 0df827f8..d82da54b 100644 --- a/1080i/Includes_OSD.xml +++ b/1080i/Includes_OSD.xml @@ -1023,7 +1023,7 @@ SetProperty(OSDExtendedInfo,1,Home) Pause Action(Close) - RunScript(plugin.video.themoviedb.helper,add_path=plugin://plugin.video.themoviedb.helper/?info=find&type=movie&imdb_id=$INFO[VideoPlayer.IMDBNumber],call_id=1137,delay=0.35) + RunScript(plugin.video.themoviedb.helper,add_path=plugin://plugin.video.themoviedb.helper/?info=details&type=movie&imdb_id=$INFO[VideoPlayer.IMDBNumber],call_id=1137,delay=0.35) RunScript(plugin.video.themoviedb.helper,add_path=plugin://plugin.video.themoviedb.helper/?info=details&type=movie&query=$INFO[Player.Title],call_id=1137,delay=0.35) RunScript(plugin.video.themoviedb.helper,add_path=plugin://plugin.video.themoviedb.helper/?info=details&type=tv&query=$INFO[VideoPlayer.TvShowTitle],call_id=1137,delay=0.35)