SongBg: Fix songs without a skin

This commit is contained in:
LoveEevee 2018-11-26 02:12:43 +03:00
parent efdb2cfef1
commit 593e93f137

View File

@ -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) => {