replace ChromecastButton with button
This commit is contained in:
parent
014f09b1dd
commit
1bdb9ba621
@ -37,7 +37,7 @@
|
||||
source.type = ctype;
|
||||
source.src = upstream;
|
||||
player.src(source);
|
||||
let Button = videojs.getComponent("ChromecastButton");
|
||||
let Button = videojs.getComponent("Button");
|
||||
let cbutton = {};
|
||||
cbutton.clickHandler = (ev) => {
|
||||
player.trigger("chromecastRequested");
|
||||
|
Loading…
Reference in New Issue
Block a user