This website works better with JavaScript
Trang chủ
Khám phá
Trợ giúp
Đăng nhập
archive
/
MusareMeteor
mirror of
https://github.com/Musare/MusareMeteor
Xem
2
Star
0
Fork
0
Các tập tin
Các vấn đề
0
Wiki
Browse Source
Fixed issue with rooms not skipping a song that was removed..
KrisVos130
9 năm trước cách đây
mục cha
efd566f74a
commit
469f9ce42d
1 tập tin đã thay đổi
với
1 bổ sung
và
1 xóa
Split View
Hiển thị tình trạng sai khác
1
1
app/server/server.js
+ 1
- 1
app/server/server.js
Xem Tập Tin
@@ -290,7 +290,7 @@ console.log(song);
}
};
- this.song
Timer
();
+ this.s
kipS
ong();
this.voted = [];
}