Skip to content

Commit

Permalink
fix: ymmpを読み直すと合成した音声のキャッシュが読み込まれず、読みのところにエラーがでる #2
Browse files Browse the repository at this point in the history
  • Loading branch information
InuInu2022 committed Oct 12, 2024
1 parent 8779f34 commit 0ae207d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/YMM4VoiSonaPlugin/VoiSonaTalkVoiceLicense.cs
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ public VoiSonaTalkVoiceLicense(

public ValueTask<bool> ValidateLicenseAsync()
{
throw new NotSupportedException();
return new ValueTask<bool>(true);
}
}

0 comments on commit 0ae207d

Please sign in to comment.