Resume Error
Closed this issue · 3 comments
skibop commented
Does not resume music! No errors in console, but still does not resume music..
NithishCodez commented
Known issue, Issuing a fix in couple days, In a new video
skibop commented
Ok cool, keep up the good work
skibop commented
Was able to fix..
Instead of just queue.connection.dispatcher.resume();
Simply do:
queue.connection.dispatcher.pause();
queue.connection.dispatcher.resume();
queue.connection.dispatcher.pause();
queue.connection.dispatcher.resume();