Skip to content

Commit

Permalink
phraseKeyに変更
Browse files Browse the repository at this point in the history
  • Loading branch information
sigprogramming committed Dec 23, 2024
1 parent 0d92367 commit 5e3183c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/store/singing.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2446,8 +2446,8 @@ export const singingStore = createPartialStore<SingingStoreTypes>({
firstRestMinDurationSeconds,
trackId,
);
for (const [phraseHash, phrase] of phrases) {
generatedPhrases.set(phraseHash, phrase);
for (const [phraseKey, phrase] of phrases) {
generatedPhrases.set(phraseKey, phrase);
}
}

Expand Down

0 comments on commit 5e3183c

Please sign in to comment.