bugfix:protocol2

This commit is contained in:
wataru 2023-01-12 17:48:37 +09:00
parent e6c2f4f2b4
commit e7822e2cff
2 changed files with 2 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@ -161,7 +161,7 @@ export const useClientSetting = (props: UseClientSettingProps): ClientSettingSta
setProtocol("rest") setProtocol("rest")
setInputChunkNum(64) setInputChunkNum(64)
} }
}, []) }, [props.voiceChangerClient])
return { return {