Queue clearQueue() parameter not implemented?
zhaobenny opened this issue · 3 comments
It should clear the queue in theory. I will mark this as a bug for now. Please use queue.clear()
for the time being.
It should clear the queue in theory. I will mark this as a bug for now. Please use
queue.clear()
for the time being.
It does clear the queue. but using the start parameter doesn't seem to do anything.
It should clear the queue in theory. I will mark this as a bug for now. Please use
queue.clear()
for the time being.It does clear the queue. but using the start parameter doesn't seem to do anything.
Ahh I see now. Yea the start parameter is deprecated in the latest version. I will update the docs right away. For removing a single track use Queue.remove()
and for removing multiple ones use Queue.wipe()
. I will mark is Invalid and close it. Thanks for bringing this to my notice.