This website works better with JavaScript
Home
Explore
Help
Sign In
archive
/
MusareMeteor
mirror of
https://github.com/Musare/MusareMeteor
Watch
2
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
Fixed issue with rooms not skipping a song that was removed..
KrisVos130
9 years ago
parent
efd566f74a
commit
469f9ce42d
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
1
1
app/server/server.js
+ 1
- 1
app/server/server.js
View File
@@ -290,7 +290,7 @@ console.log(song);
}
};
- this.song
Timer
();
+ this.s
kipS
ong();
this.voted = [];
}