Update songselect.js

This commit is contained in:
Glas
2025-01-02 20:18:51 -03:00
committed by GitHub
parent 5abd5ff431
commit 954201cbb7

View File

@@ -1056,7 +1056,8 @@ class SongSelect{
"songSkin": selectedSong.songSkin,
"stars": selectedSong.courses[diff].stars,
"hash": selectedSong.hash,
"lyrics": selectedSong.lyrics
"lyrics": selectedSong.lyrics,
"video": selectedSong.video,
}, autoplay, multiplayer, touch)
}
toOptions(moveBy){