mirror of
https://github.com/DI0IK/homepage-plus.git
synced 2025-07-08 22:48:46 +00:00
fix endpoint typo in emby widget
This commit is contained in:
parent
546de7f0bf
commit
1963a94f74
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue