Commit 30bc2b10 authored by Bui's avatar Bui

handle invalid maker ids

parent 0ac923d2
......@@ -1518,7 +1518,7 @@ class SongSelect{
{outline: "#fff", letterBorder: 8},
{fill: "#000"}
])
} else if(currentSong.maker && currentSong.maker.id > 0){
} else if(currentSong.maker && currentSong.maker.id > 0 && currentSong.maker.name){
var _x = x + 62
var _y = y + 380
ctx.lineWidth = 5
......
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