-
Notifications
You must be signed in to change notification settings - Fork 97
playlistReorder
alaingilbert edited this page Dec 15, 2011
·
1 revision
Reorder a playlist. Take the song at index indexFrom
and move it to index indexTo
.
-
playlistName
(optional) default:default
-
indexFrom
(required) default:0
-
indexTo
(required) default:0
-
callback
(optional)
bot.playlistReorder(indexFrom, indexTo);
bot.playlistReorder(indexFrom, indexTo, callback);
bot.playlistReorder(playlistName, indexFrom, indexTo);
bot.playlistReorder(playlistName, indexFrom, indexTo, callback);