The doc for Player.onTrackChange() says "If you want to be informed on changes affecting the player's queue, please set this property to a callback function.", but if you add/delete something the callback does not fire.
I know the doc says 'affecting the queue' while the functionname suggest 'affecting the current track', so I can image the doc being wrong here. But in that case could we then get an additional Player.onQueueChange() callback?

SilverEagle