mirror of
https://github.com/VueTubeApp/VueTube
synced 2024-11-22 19:25:16 +00:00
param fix
This commit is contained in:
parent
f2d2038fa5
commit
f998ce278c
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in a new issue