Selaa lähdekoodia

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

KrisVos130 9 vuotta sitten
vanhempi
sitoutus
469f9ce42d
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      app/server/server.js

+ 1 - 1
app/server/server.js

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