tiny fixes/enhancements

This commit is contained in:
FireMasterK 2020-12-14 19:11:49 +05:30
parent 07c1b8e986
commit 1fc311f070
No known key found for this signature in database
GPG Key ID: 8DFF5DD33E93DB58

View File

@ -82,13 +82,14 @@ export default {
}, },
player: null, player: null,
audioplayer: null, audioplayer: null,
sponsors: null sponsors: null,
selectedAutoPlay: null
}; };
}, },
mounted() { mounted() {
this.selectedAutoPlay = Constants.AUTO_PLAY;
this.getVideoData(); this.getVideoData();
this.getSponsors(); this.getSponsors();
this.selectedAutoPlay = Constants.AUTO_PLAY;
}, },
beforeUnmount() { beforeUnmount() {
if (this.player) { if (this.player) {