fix: 修复LRC文件读取歌词

This commit is contained in:
helloplhm-qwq
2024-02-04 16:17:54 +08:00
parent a55da25de5
commit 35f1fe513a
2 changed files with 18 additions and 3 deletions

View File

@ -159,6 +159,7 @@ async def handle_local(request):
t = request.match_info.get('type')
data['t'] = t
except:
logger.info(traceback.format_exc())
return handleResult({'code': 6, 'msg': '请求参数有错', 'data': None}, 404)
if (data['t'] == 'u'):
if (data['p'] in list(localMusic.map.keys())):