MoveRange
Move a range of items from one position to another.
Categories:
Opensubsonic:
{
"fromStart": 0,
"fromEnd": 5,
"to": 20
}| Field | Type | Req. | OpenS. | Details |
|---|---|---|---|---|
fromStart | integer | Yes | Yes | Start of the original range (inclusive). |
fromEnd | integer | Yes | Yes | End of the original range (exclusive). |
to | integer | Yes | Yes | New index of the first item in the range. |