From 1963a94f741f34910cc3a93fbdbe0432a9d9f4b5 Mon Sep 17 00:00:00 2001 From: ForeverEndeavor <77213414+ForeverEndeavor@users.noreply.github.com> Date: Sat, 29 Oct 2022 13:39:54 -0500 Subject: [PATCH] fix endpoint typo in emby widget --- src/widgets/emby/widget.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/widgets/emby/widget.js b/src/widgets/emby/widget.js index 1bb5a7260..27fc749b0 100644 --- a/src/widgets/emby/widget.js +++ b/src/widgets/emby/widget.js @@ -10,7 +10,7 @@ const widget = { }, PlayControl: { method: "POST", - enpoint: "Sessions/{sessionId}/Playing/{command}", + endpoint: "Sessions/{sessionId}/Playing/{command}", segments: ["sessionId", "command"], }, },