Merge pull request #464 from ForeverEndeavor/development

Fix endpoint typo in emby widget
pull/468/head
shamoon 2 years ago committed by GitHub
commit 4419019855
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save