Skip to content

Commit

Permalink
Fix: apidoc
Browse files Browse the repository at this point in the history
  • Loading branch information
jcorporation committed Sep 8, 2024
1 parent 4a4d6d6 commit d57bc81
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions htdocs/js/apidoc.js
Original file line number Diff line number Diff line change
Expand Up @@ -424,8 +424,8 @@ const APImethods = {
"MYMPD_API_QUEUE_RM_RANGE": {
"desc": "Removes a range from the queue.",
"params": {
"start": APItypes.start,
"end": APItypes.end
"start": APIparams.start,
"end": APIparams.end
}
},
"MYMPD_API_QUEUE_MOVE_POSITION": {
Expand Down Expand Up @@ -885,8 +885,8 @@ const APImethods = {
"desc": "Removes a range from the playlist.",
"params": {
"plist": APIparams.plist,
"start": APItypes.start,
"end": APItypes.end
"start": APIparams.start,
"end": APIparams.end
}
},
"MYMPD_API_PLAYLIST_RM_ALL": {
Expand Down

0 comments on commit d57bc81

Please sign in to comment.