Explorar o código

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

KrisVos130 %!s(int64=9) %!d(string=hai) anos
pai
achega
469f9ce42d
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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 = [];
 }