Methods
(inner) setSongPos(target) → {void}
Sets the song position in the queue / playlist
Parameters:
Name | Type | Description |
---|---|---|
target |
Element | triggering element |
- Source:
Returns:
- Type
- void
(inner) showSetSongPos(plist, oldSongPos) → {void}
Shows the set song position modal
Parameters:
Name | Type | Description |
---|---|---|
plist |
string | the playlist name or the special value "queue" |
oldSongPos |
number | song pos in the playlist/queue to move |
- Source:
Returns:
- Type
- void