Merge a4323233c67133f33be2db180bef07dda1376e4d into 2d9193b0d3c0eae0c3a14d8c68a839f1bae157dc

This commit is contained in:
e1732a364fed 2026-02-16 16:40:23 -08:00 committed by GitHub
commit 51ada0564b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -378,6 +378,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