fix endpoint typo in emby widget

pull/464/head
ForeverEndeavor 2 years ago
parent 546de7f0bf
commit 1963a94f74

@ -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