mirror of
https://github.com/shaka-project/shaka-player.git
synced 2026-06-16 16:16:40 +03:00
Fix 'caststatuschanged' event name in pip button.
Closes #2044 Change-Id: If288d46fe2b01dc613537d044a587195d3115991
This commit is contained in:
+1
-1
@@ -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);
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user