This website works better with JavaScript
Home
Esplora
Aiuto
Accedi
archive
/
MusareMeteor
mirror da
https://github.com/Musare/MusareMeteor
Segui
2
Vota
0
Forka
0
File
Problemi
0
Wiki
Sfoglia il codice sorgente
Fixed issue with rooms not skipping a song that was removed..
KrisVos130
9 anni fa
parent
efd566f74a
commit
469f9ce42d
1 ha cambiato i file
con
1 aggiunte
e
1 eliminazioni
Visualizzazione separata
Mostra Diff Stats
1
1
app/server/server.js
+ 1
- 1
app/server/server.js
Vedi File
@@ -290,7 +290,7 @@ console.log(song);
}
};
- this.song
Timer
();
+ this.s
kipS
ong();
this.voted = [];
}