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