Merge pull request #82 from LoveEevee/songbg-add-song-skins

SongBg: Fix songs without a skin
This commit is contained in:
Bui 2018-11-25 23:15:45 +00:00 committed by GitHub
commit 5061f0d261

View File

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