Archived
1
0
Fork 0
This commit is contained in:
多羅狼 2024-01-03 23:00:30 +08:00 committed by GitHub
parent a1cf6465b7
commit 896a78087d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -150,7 +150,7 @@ async def _(msg: Bot.MessageSession, sid: str):
if not music:
await msg.finish(msg.locale.t("maimai.message.music_not_found"))
title = await get_info(msg, music, cover=False)
title = f"{music['id']}\u200B. {music['title']}{' (DX)' if music['type'] == 'DX' else ''}"
alias = await get_alias(msg, sid)
if len(alias) == 0:
await msg.finish(msg.locale.t("maimai.message.alias.alias_not_found"))