From 1fc311f070d29eb19beaec2527d4bf138f491bac Mon Sep 17 00:00:00 2001 From: FireMasterK <20838718+FireMasterK@users.noreply.github.com> Date: Mon, 14 Dec 2020 19:11:49 +0530 Subject: [PATCH] tiny fixes/enhancements --- src/components/WatchVideo.vue | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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) {