Update songselect.js
This commit is contained in:
@@ -1056,7 +1056,8 @@ class SongSelect{
|
|||||||
"songSkin": selectedSong.songSkin,
|
"songSkin": selectedSong.songSkin,
|
||||||
"stars": selectedSong.courses[diff].stars,
|
"stars": selectedSong.courses[diff].stars,
|
||||||
"hash": selectedSong.hash,
|
"hash": selectedSong.hash,
|
||||||
"lyrics": selectedSong.lyrics
|
"lyrics": selectedSong.lyrics,
|
||||||
|
"video": selectedSong.video,
|
||||||
}, autoplay, multiplayer, touch)
|
}, autoplay, multiplayer, touch)
|
||||||
}
|
}
|
||||||
toOptions(moveBy){
|
toOptions(moveBy){
|
||||||
|
|||||||
Reference in New Issue
Block a user