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 ```