diff --git a/src/components/WatchVideo.vue b/src/components/WatchVideo.vue index 159170a5..133711e5 100644 --- a/src/components/WatchVideo.vue +++ b/src/components/WatchVideo.vue @@ -82,13 +82,14 @@ export default { }, player: null, audioplayer: null, - sponsors: null + sponsors: null, + selectedAutoPlay: null }; }, mounted() { + this.selectedAutoPlay = Constants.AUTO_PLAY; this.getVideoData(); this.getSponsors(); - this.selectedAutoPlay = Constants.AUTO_PLAY; }, beforeUnmount() { if (this.player) {