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

param fix

This commit is contained in:
Nikita Krupin 2022-06-01 00:01:42 -04:00
parent f2d2038fa5
commit f998ce278c

View file

@ -16,7 +16,7 @@ export default {
},
mounted() {
let sponsorBlock = [];
this.$youtube.getSponsorBlock(this.$route.query.v, (data) => {
this.$youtube.getSponsorBlock(this.videoid, (data) => {
sponsorBlock = data.segment;
});