@@ -326,7 +326,8 @@ function loveLive(roomnum) {
326
326
// something new, #cookie jar, lion heart, i will show you, bubble pop, girl front, love cherry motion, ice cream cake
327
327
// stay (taeyeon), ordinary love, 11:11, SObeR, I'm so sick, heaven, genie, dinosaur
328
328
// Travel, blow your mind, pop/stars, BBIBBI, gotta go, galaxy, my trouble, blue
329
- // love scenario, dance the night away, solo, some, yes or yes, when the wind blows, hi high, don't forget
329
+ // love scenario, dance the night away, solo, some, yes or yes, when the wind blows, hi high, don't forget,
330
+ // Uh Oh!, Workaholic, 25, through the night, four seasons, bom, runaway, don't
330
331
var video_roulette = [
331
332
'97uviVyw0_o' , 'tIWpr3tHzII' , 'WkdtmT8A2iY' , 'U7mPqycQ0tQ' ,
332
333
'i0p1bmr0EmE' , 'FzVR_fymZw4' , 'eNmL4JiGxZQ' , 'J_CFBjAyPWE' ,
@@ -341,12 +342,13 @@ function loveLive(roomnum) {
341
342
'xRbPAVnqtcs' , '08ATpBqlAIk' , 'UOxkGD8qRB4' , 'nM0xDI5R50E' ,
342
343
'HlN2BXNJzxA' , '9U8uA702xrE' , 'JRdcPhDkNYw' , 'F34e6LYro-4' ,
343
344
'vecSVX1QYbQ' , 'Fm5iP0S1z9w' , 'b73BI9eUkjM' , 'hZmoMyFXDoI' ,
344
- 'mAKsZ26SabQ' , 'o3pOzegB-7w' , '846cjX0ZTrk' , 'TcytstV1_XE'
345
-
345
+ 'mAKsZ26SabQ' , 'o3pOzegB-7w' , '846cjX0ZTrk' , 'TcytstV1_XE' ,
346
+ 'ycYLPbtxU1Q' , 'mrAIqeULUL0' , 'SNS2tOGGGRk' , 'BzYnNdJhZQw' ,
347
+ '4HG_CJzyX6A' , 'AsXxuIdpkWM' , 'rloIUIKLFfY' , 'IB6kViGA3rY'
346
348
]
347
349
348
350
// Random number between 0 and 56 inclusive
349
- var random = Math . floor ( Math . random ( ) * ( 56 ) )
351
+ var random = Math . floor ( Math . random ( ) * ( 64 ) )
350
352
// Only for YouTube testing
351
353
socket . emit ( 'change video' , {
352
354
room : roomnum ,
0 commit comments