Fixed href link used for videos

This commit is contained in:
hak8or 2018-02-24 02:41:45 -05:00
parent 038d363b00
commit 8978fb71e4
1 changed files with 1 additions and 1 deletions

View File

@ -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);