Module: modalPlaylistMoveTo_js

Methods

(inner) moveToPlaylist(target) → {void}

Adds the selected elements from the "move to playlist" modal to the playlist
Parameters:
Name Type Description
target Element triggering element
Source:
Returns:
Type
void

(inner) showMoveToPlaylist(srcPlist, positions) → {void}

Shows the move to playlist modal
Parameters:
Name Type Description
srcPlist string playlist to remove the entries
positions Array song positions in srcPlist to move
Source:
Returns:
Type
void