fix: 🐛 Fix duplicate beta player

This commit is contained in:
Front 2022-04-23 23:05:34 -04:00
parent 470533a622
commit ae32d702fc
2 changed files with 3 additions and 0 deletions

View File

@ -62,6 +62,8 @@ export default {
const src = this.sources[this.sources.length - 1].url;
this.vidSrc = src;
console.log(this.sources, src);
setInterval(this.updateTiming, 100);
},

View File

@ -13,6 +13,7 @@
v-touch="{ down: () => $router.push('/home') }"
class="background"
:vid-src="vidSrc"
v-if="useBetaPlayer !== 'true'"
/>
</div>