Skip to content

Commit

Permalink
Fix 'caststatuschanged' event name in pip button.
Browse files Browse the repository at this point in the history
Closes shaka-project#2044

Change-Id: If288d46fe2b01dc613537d044a587195d3115991
  • Loading branch information
ismena committed Jul 22, 2019
1 parent 292af90 commit aa089a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/pip_button.js
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ shaka.ui.PipButton = class extends shaka.ui.Element {
this.onLeavePictureInPicture_();
});

this.eventManager.listen(this.controls, 'caststatuschange', (e) => {
this.eventManager.listen(this.controls, 'caststatuschanged', (e) => {
this.onCastStatusChange_(e);
});

Expand Down

0 comments on commit aa089a5

Please sign in to comment.