Fixed href link used for videos
This commit is contained in:
parent
038d363b00
commit
8978fb71e4
@ -43,7 +43,7 @@ var vidholder = new Vue({
|
||||
}
|
||||
|
||||
// Generate a new URL by adding the YT ID.
|
||||
x.url = "https://www.youtube.com/watch?v=" + x.youtubeID;
|
||||
x.url = "https://www.youtube.com/watch?v=" + x.id;
|
||||
|
||||
// Add it to our array
|
||||
this.Videos.push(x);
|
||||
|
Loading…
Reference in New Issue
Block a user