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:
parent
470533a622
commit
ae32d702fc
2 changed files with 3 additions and 0 deletions
|
@ -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);
|
||||
},
|
||||
|
||||
|
|
|
@ -13,6 +13,7 @@
|
|||
v-touch="{ down: () => $router.push('/home') }"
|
||||
class="background"
|
||||
:vid-src="vidSrc"
|
||||
v-if="useBetaPlayer !== 'true'"
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Reference in a new issue