mirror of
https://github.com/yuukiwww/taiko-web.git
synced 2024-10-22 17:05:49 +02:00
SongBg: Fix songs without a skin
This commit is contained in:
parent
efdb2cfef1
commit
593e93f137
@ -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) => {
|
||||||
|
Loading…
Reference in New Issue
Block a user