2
0
Эх сурвалжийг харах

Fixed issue with rooms not skipping a song that was removed..

KrisVos130 9 жил өмнө
parent
commit
469f9ce42d

+ 1 - 1
app/server/server.js

@@ -290,7 +290,7 @@ console.log(song);
         }
         }
     };
     };
 
 
-    this.songTimer();
+    this.skipSong();
     this.voted = [];
     this.voted = [];
 }
 }