Skip to content

Commit

Permalink
Fix: parameter from -> songIds
Browse files Browse the repository at this point in the history
  • Loading branch information
jcorporation committed May 22, 2023
1 parent fd78fdb commit e78f543
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/js/apidoc.js
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,7 @@ const APImethods = {
"MYMPD_API_QUEUE_MOVE_RELATIVE": {
"desc": "Moves entries in the queue.",
"params": {
"from": APIparams.songIds,
"songIds": APIparams.songIds,
"to": APIparams.to,
"whence": APIparams.whence
}
Expand Down

0 comments on commit e78f543

Please sign in to comment.