Skip to content

Commit

Permalink
Fix docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
danielfm committed Dec 7, 2023
1 parent b408e18 commit fe76ef5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion smudge-api.el
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,7 @@ Removed by USER-ID. Call CALLBACK with results."
(smudge-api-playlist-remove-tracks playlist-id (list track-id) callback))

(defun smudge-api-playlist-remove-tracks (playlist-id track-ids callback)
"Remove TRACK-IDs from PLAYLIST-ID for USER-ID.
"Remove TRACK-IDS from PLAYLIST-ID for USER-ID.
Call CALLBACK with results."
(let ((tracks (format "%s" (mapconcat
(lambda (x) (format "{\"uri\": %s}" (smudge-api-format-id "track" x)))
Expand Down

0 comments on commit fe76ef5

Please sign in to comment.