0
0
Fork 0
mirror of https://github.com/VueTubeApp/VueTube synced 2024-11-26 13:13:03 +00:00

bugfix for prev commit

This commit is contained in:
Nikita Krupin 2022-06-01 15:05:19 -04:00
parent 12bad17877
commit 080f085c52
2 changed files with 8 additions and 0 deletions

View file

@ -30,6 +30,10 @@ export default {
type: Number,
required: true,
},
controls: {
type: Boolean,
required: true,
},
},
data: () => ({
buffered: 0,

View file

@ -40,6 +40,10 @@ export default {
type: Boolean,
required: true,
},
controls: {
type: Boolean,
required: true,
},
},
data: () => ({
blocks: [],