diff --git a/src/components/WatchVideo.vue b/src/components/WatchVideo.vue index f3545839..301b57a4 100644 --- a/src/components/WatchVideo.vue +++ b/src/components/WatchVideo.vue @@ -212,7 +212,11 @@ export default { videoEl ); const config = { - overflowMenuButtons: ["quality"] + overflowMenuButtons: [ + "quality", + "captions", + "playback_rate" + ] }; ui.configure(config); });