Ver Fonte

fix endpoint typo in emby widget

ForeverEndeavor há 2 anos atrás
pai
commit
1963a94f74
1 ficheiros alterados com 1 adições e 1 exclusões
  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"],
     },
   },