Event Handlers Firing Twice in Embedded API (Randomly)

I’m using the JavaScript Embedded API for the first time, and the pause/play event seems to be calling their event handlers twice (but not always). Is this a bug? Here’s a demo: https://jsbin.com/bileluguza/edit?html,output Click play/pause a few times and watch the list of events below. Try reloading the page and doing it again. The number of times that an event fires (once or twice) is sporadic.

This should be fixed now. :slight_smile: