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
commit 4419019855
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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