DalerAsrorov/syncloud-queue

Make deleteTrack action accept track ID instead of the whole track object

DalerAsrorov opened this issue · 0 comments

Currently the whole track object is passed to the deleteTrack action. The better case would be to pass an id since it's the only parameter used to filter the current track list of the queue.