fix endpoint typo in emby widget

This commit is contained in:
ForeverEndeavor 2022-10-29 13:39:54 -05:00
parent 546de7f0bf
commit 1963a94f74

View File

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