mirror of
https://github.com/gethomepage/homepage.git
synced 2025-12-06 21:57:48 +01:00
Merge pull request #464 from ForeverEndeavor/development
Fix endpoint typo in emby widget
This commit is contained in:
@@ -10,7 +10,7 @@ const widget = {
|
||||
},
|
||||
PlayControl: {
|
||||
method: "POST",
|
||||
enpoint: "Sessions/{sessionId}/Playing/{command}",
|
||||
endpoint: "Sessions/{sessionId}/Playing/{command}",
|
||||
segments: ["sessionId", "command"],
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user