🐞 fix: 修复网页端获取 ttml

This commit is contained in:
imsyy
2025-10-30 14:04:08 +08:00
parent 6937a93d17
commit bdfbb4d2b1
8 changed files with 38 additions and 33 deletions

View File

@@ -78,7 +78,7 @@ export const initNcmAPI = async (fastify: FastifyInstance) => {
return reply.send(data);
} catch (error) {
serverLog.error("❌ TTML Lyric Fetch Error:", error);
return reply.status(500).send(null);
return reply.send(null);
}
},
);