Uses of Class
org.hihn.listenbrainz.LbPlaylistsApi.APImoveItemRequest
Packages that use LbPlaylistsApi.APImoveItemRequest
-
Uses of LbPlaylistsApi.APImoveItemRequest in org.hihn.listenbrainz
Methods in org.hihn.listenbrainz that return LbPlaylistsApi.APImoveItemRequestModifier and TypeMethodDescriptionLbPlaylistsApi.moveItem
(UUID playlistMbid, MoveItemRequest moveItemRequest) To move an item in a playlist, the POST data needs to specify the recording MBID and current index of the track to move (from), where to move it to (to) and how many tracks from that position should be moved (count).