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: {
method: "POST",
enpoint: "Sessions/{sessionId}/Playing/{command}",
endpoint: "Sessions/{sessionId}/Playing/{command}",
segments: ["sessionId", "command"],
},
},

Loading…
Cancel
Save