jellyfin-sdk-kotlin
Toggle table of contents
latest-SNAPSHOT
common
Platform filter
common
Switch theme
Search in API
jellyfin-sdk-kotlin
jellyfin-api
/
org.jellyfin.sdk.api.operations
/
PlaylistsApi
/
moveItem
move
Item
suspend
fun
moveItem
(
playlistId
:
String
,
itemId
:
String
,
newIndex
:
Int
)
:
Response
<
Unit
>
Moves a playlist item.
Parameters
playlist
Id
The playlist id.
item
Id
The item id.
new
Index
The new index.