Fix song not showing author name

This commit is contained in:
Liam 2022-10-29 15:39:03 +01:00
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
);
},