Fix song not showing author name
This commit is contained in:
parent
15f7734c66
commit
50677ec049
@ -106,6 +106,7 @@ const handlers: any = {
|
||||
characteristic,
|
||||
songName,
|
||||
songSubName,
|
||||
levelAuthorName,
|
||||
length,
|
||||
} = data.status.beatmap;
|
||||
|
||||
@ -116,7 +117,7 @@ const handlers: any = {
|
||||
difficultyEnum,
|
||||
characteristic,
|
||||
songName,
|
||||
songSubName,
|
||||
songSubName || levelAuthorName,
|
||||
length
|
||||
);
|
||||
},
|
||||
|
Reference in New Issue
Block a user