mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-08-14 23:57:27 +00:00
Add cast button.
This commit is contained in:
parent
fdb022410b
commit
99c804c329
1 changed files with 8 additions and 1 deletions
|
@ -393,7 +393,14 @@ export default {
|
||||||
|
|
||||||
this.$ui = new shaka.ui.Overlay(localPlayer, this.$refs.container, videoEl);
|
this.$ui = new shaka.ui.Overlay(localPlayer, this.$refs.container, videoEl);
|
||||||
|
|
||||||
const overflowMenuButtons = ["quality", "captions", "picture_in_picture", "playback_rate", "airplay"];
|
const overflowMenuButtons = [
|
||||||
|
"quality",
|
||||||
|
"captions",
|
||||||
|
"picture_in_picture",
|
||||||
|
"playback_rate",
|
||||||
|
"airplay",
|
||||||
|
"cast",
|
||||||
|
];
|
||||||
|
|
||||||
if (this.isEmbed) {
|
if (this.isEmbed) {
|
||||||
overflowMenuButtons.push("open_new_tab");
|
overflowMenuButtons.push("open_new_tab");
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue