Skip to content

Commit

Permalink
🐛 修复tts的id漏改问题
Browse files Browse the repository at this point in the history
  • Loading branch information
sulgweb committed Apr 14, 2024
1 parent ee691ca commit 33bdd3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/plugin/modules/tts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ app.on("ready", () => {
url: base64Data,
status: "success",
};
queueStoreUpdate({ params, key: "ttsList", idKey: "id" });
queueStoreUpdate({ params, key: "ttsList", idKey: "taskId" });
return;
});
});

0 comments on commit 33bdd3c

Please sign in to comment.