From d5bd13f2d6c6469b0763c1abec71dc09314f1cb2 Mon Sep 17 00:00:00 2001 From: Chris Caron Date: Fri, 7 Aug 2020 14:36:10 -0400 Subject: [PATCH] Updated Notify_emby (markdown) --- Notify_emby.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Notify_emby.md b/Notify_emby.md index 081e033..db4c1d0 100644 --- a/Notify_emby.md +++ b/Notify_emby.md @@ -6,12 +6,12 @@ ### Syntax Valid syntaxes are as follows: -* **emby**://**{hostname}** -* **emby**://**{hostname}**:**{port}** -* **emby**://**{userid}**:**{password}**@**{hostname}**:**{port}** -* **embys**://**{hostname}** -* **embys**://**{hostname}**:**{port}** -* **embys**://**{userid}**:**{password}**@**{hostname}**:**{port}** +* `emby://{hostname}` +* `emby://{hostname}:{port}` +* `emby://{userid}:{password}@{hostname}:{port}` +* `embys://{hostname}` +* `embys://{hostname}:{port}` +* `embys://{userid}:{password}@{hostname}:{port}` Secure connections (via https) should be referenced using **embys://** where as insecure connections (via http) should be referenced via **emby://**.