Get the currently selected Tracklist. Make sure to wait for the list to be loaded with the SharedList.whenLoaded promise.
Optional
var list = uitools.getSelectedTracklist(); list.whenLoaded() .then(function () { // Perform your operations }) Copy
var list = uitools.getSelectedTracklist(); list.whenLoaded() .then(function () { // Perform your operations })
getSelectedTracklist
Get the currently selected Tracklist. Make sure to wait for the list to be loaded with the SharedList.whenLoaded promise.