Commit 593e93f1 authored by LoveEevee's avatar LoveEevee

SongBg: Fix songs without a skin

parent efdb2cfe
......@@ -98,7 +98,7 @@ class SongSelect{
preview: song.preview || 0,
type: song.type,
offset: song.offset,
songSkin: song.song_skin
songSkin: song.song_skin || {}
})
}
this.songs.sort((a, b) => {
......
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