diff --git a/you-may-like/index.html b/you-may-like/index.html index 3054f351..df5dc015 100644 --- a/you-may-like/index.html +++ b/you-may-like/index.html @@ -48,6 +48,7 @@
White Christmas (Cover) by RoomieOfficial
Last Christmas (Cover) by RoomieOfficial
All I Want For Christmas (Cover) by RoomieOfficial
+Feliz Navidad (Cover) by RoomieOfficial
I Got The Biggest Streamers To Sing In A Christmas Concert (Video by QTCinderella)
Singing The TOP 10 Most Popular CHRISTMAS SONGS (Video by RoomieOfficial)
diff --git a/you-may-like/random-song.js b/you-may-like/random-song.js index d0d1f1cb..eb9716f3 100644 --- a/you-may-like/random-song.js +++ b/you-may-like/random-song.js @@ -35,6 +35,8 @@ const links = [ "https://www.youtube.com/embed/gjjb5Guc8As?start=49&end=67&autoplay=1", // RoomieOfficial - All I Want For Christmas "https://www.youtube.com/embed/gjjb5Guc8As?start=67&end=81&autoplay=1", + // RoomieOfficial - Feliz Navidad + "https://www.youtube.com/embed/gjjb5Guc8As?start=81&end=106&autoplay=1", ]; let openStuff = function () { // get a random number between 0 and the number of links