mirror of
https://github.com/MeoProject/lx-music-api-server.git
synced 2025-07-06 22:42:14 +08:00
fix: 修复LRC文件读取歌词
This commit is contained in:
1
main.py
1
main.py
@ -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())):
|
||||
|
Reference in New Issue
Block a user