Update TTS.py: +configs["version"] = self.version

This commit is contained in:
e1732a364fed 2025-06-08 06:32:05 -07:00 committed by GitHub
parent 74e79ae6d6
commit a4323233c6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -364,6 +364,7 @@ class TTS_Config:
configs = deepcopy(self.default_configs)
if self.configs is not None:
configs["custom"] = self.update_configs()
configs["version"] = self.version
if configs_path is None:
configs_path = self.configs_path