Commit 5061f0d2 authored by Bui's avatar Bui Committed by GitHub

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

SongBg: Fix songs without a skin
parents efdb2cfe 593e93f1
...@@ -98,7 +98,7 @@ class SongSelect{ ...@@ -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) => {
......
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