Merge pull request #464 from ForeverEndeavor/development

Fix endpoint typo in emby widget
This commit is contained in:
shamoon
2022-10-29 23:18:36 -07:00
committed by GitHub

View File

@@ -10,7 +10,7 @@ const widget = {
}, },
PlayControl: { PlayControl: {
method: "POST", method: "POST",
enpoint: "Sessions/{sessionId}/Playing/{command}", endpoint: "Sessions/{sessionId}/Playing/{command}",
segments: ["sessionId", "command"], segments: ["sessionId", "command"],
}, },
}, },