mirror of
https://github.com/yuukiwww/taiko-web.git
synced 2024-10-22 17:05:49 +02:00
Merge pull request #82 from LoveEevee/songbg-add-song-skins
SongBg: Fix songs without a skin
This commit is contained in:
commit
5061f0d261
@ -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) => {
|
||||
|
Loading…
Reference in New Issue
Block a user