Commit ea04771d authored by Bui's avatar Bui

always save selected song

parent 01e1a1ad
......@@ -992,6 +992,7 @@ class SongSelect{
}
this.state.move = 0
this.state.locked = 2
localStorage["selectedSong"] = this.selectedSong
if(this.songs[this.selectedSong].action !== "back"){
var cat = this.songs[this.selectedSong].category
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment