0
0
Fork 0
mirror of https://github.com/VueTubeApp/VueTube synced 2024-11-16 16:25:17 +00:00

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>