diff --git a/YTManager/wwwroot/index.js b/YTManager/wwwroot/index.js index ae4a0f1..2163611 100644 --- a/YTManager/wwwroot/index.js +++ b/YTManager/wwwroot/index.js @@ -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);