Updated Notify_emby (markdown)

master
Chris Caron 2020-08-03 09:42:46 -04:00
parent a11526d327
commit 7ff0abb144
1 changed files with 2 additions and 1 deletions

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