From 9bfa5efa6293d21e2509ac85a469100f6590beba Mon Sep 17 00:00:00 2001 From: DubhAd Date: Tue, 26 Sep 2017 12:23:33 +0100 Subject: [PATCH] Update to correct the cookbook link (#3443) As reported on Discord, the cookbook link was wrong --- source/_components/media_player.kodi.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_components/media_player.kodi.markdown b/source/_components/media_player.kodi.markdown index 948e42259db..556812292c6 100644 --- a/source/_components/media_player.kodi.markdown +++ b/source/_components/media_player.kodi.markdown @@ -246,4 +246,4 @@ script: method: VideoLibrary.Scan ``` -For a more complex usage of the `kodi_call_method` service, with event triggering of Kodi API results, you can have a look at this [example](/cookbook/kodi_dynamic_input_select/) +For a more complex usage of the `kodi_call_method` service, with event triggering of Kodi API results, you can have a look at this [example](/cookbook/automation_kodi_dynamic_input_select/)