diff --git a/src/components/Player.vue b/src/components/Player.vue index 591c9b08..65d9386f 100644 --- a/src/components/Player.vue +++ b/src/components/Player.vue @@ -161,7 +161,7 @@ export default { this.ui = new shaka.ui.Overlay(localPlayer, this.$refs.container, videoEl); const config = { - overflowMenuButtons: ["quality", "captions", "picture_in_picture", "playback_rate"], + overflowMenuButtons: ["quality", "captions", "picture_in_picture", "playback_rate", "airplay"], seekBarColors: { base: "rgba(255, 255, 255, 0.3)", buffered: "rgba(255, 255, 255, 0.54)",