Skip to content

Commit 9761c4d

Browse files
authored
fix: allow fongmi mapped title reassignment (huangxd-#323)
Co-authored-by: Wo254992 <Wo254992@users.noreply.github.com>
1 parent d5c4de4 commit 9761c4d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

danmu_api/apis/clients/fongmi-api.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@ function buildFongmiDanmakuItems(animes, detailStore, apiBase) {
359359
* @returns {Promise<Response>} 弹幕候选响应
360360
*/
361361
export async function getFongmiDanmaku(url, req) {
362-
const { name, episode } = await parseFongmiRequestParams(url, req);
362+
let { name, episode } = await parseFongmiRequestParams(url, req);
363363

364364
if (!name) {
365365
return jsonResponse([], 200);

0 commit comments

Comments
 (0)