Skip to content

Commit

Permalink
chore: Viomi voicepack checksums do matter
Browse files Browse the repository at this point in the history
  • Loading branch information
Hypfer committed Feb 18, 2023
1 parent b0ccfee commit 87eb6af
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -30,7 +30,7 @@ class ViomiVoicePackManagementCapability extends VoicePackManagementCapability {
* @returns {Promise<void>}
*/
async downloadVoicePack(options) {
let args = ["it", options.url, "viomi doesn't even bother blabla"];
let args = ["it", options.url, "e981750c29a9ac5fc46f228585fb99b2"];
if (options.language) {
args[0] = options.language;
}
Expand Down

0 comments on commit 87eb6af

Please sign in to comment.