From 7ff0abb1441889ac300ac66c4fc11e18b436d1d0 Mon Sep 17 00:00:00 2001 From: Chris Caron Date: Mon, 3 Aug 2020 09:42:46 -0400 Subject: [PATCH] Updated Notify_emby (markdown) --- Notify_emby.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Notify_emby.md b/Notify_emby.md index 42357c9..081e033 100644 --- a/Notify_emby.md +++ b/Notify_emby.md @@ -28,5 +28,6 @@ Secure connections (via https) should be referenced using **embys://** where as Send a Emby notification to our server listening on port 8096: ```bash # Assuming our {hostname} is emby.server.local -apprise emby://emby.server.local +apprise -vv -t "Test Message Title" -b "Test Message Body" \ + emby://emby.server.local ```