Browse Source

fix endpoint typo in emby widget

ForeverEndeavor 2 years ago
parent
commit
1963a94f74
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/widgets/emby/widget.js

+ 1 - 1
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"],
     },
   },