From 2ae8358b7a44b9b530bcf5e39ef6519cb6718b98 Mon Sep 17 00:00:00 2001 From: lead2gold Date: Tue, 13 Mar 2018 19:33:43 -0400 Subject: [PATCH] Updated Notify_kodi (markdown) --- Notify_kodi.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Notify_kodi.md b/Notify_kodi.md index 3f08b03..44a3ade 100644 --- a/Notify_kodi.md +++ b/Notify_kodi.md @@ -27,5 +27,5 @@ Secure connections (via https) should be referenced using **kodis://** where as Send a Kodi notification to our server listening on port 80: ```bash # Assuming our {hostname} is kodi.server.local -notify kodi://kodi.server.local +apprise kodi://kodi.server.local ```