diff --git a/addon/components/ember-youtube.js b/addon/components/ember-youtube.js index 1d83371..e925539 100644 --- a/addon/components/ember-youtube.js +++ b/addon/components/ember-youtube.js @@ -167,7 +167,7 @@ export default Component.extend({ debug(state); } // send actions outside - this.sendAction(state); + this.sendAction(state, event); this.sendAction('playerStateChanged', event); // send actions inside this.send(state);