Commit 30bc2b10 authored by Bui's avatar Bui

handle invalid maker ids

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