diff options
| author | historia <historiavg@proton.me> | 2026-08-28 19:01:16 -0400 |
|---|---|---|
| committer | historia <historiavg@proton.me> | 2026-08-28 19:01:16 -0400 |
| commit | 83d0b7a5b2f669a1d3a9a0bea9c74b00e0b4c07b (patch) | |
| tree | 23c6809c02c19a2652717ade04a4312bae36db06 /app/ui/hub.py | |
| parent | 03ed68bafec56ef8bb690440d796c1a742042907 (diff) | |
| download | tts-audiobook-generator-83d0b7a5b2f669a1d3a9a0bea9c74b00e0b4c07b.tar.gz | |
fix: no .wav directory error formatting
Diffstat (limited to 'app/ui/hub.py')
| -rw-r--r-- | app/ui/hub.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/ui/hub.py b/app/ui/hub.py index 0471711..74b582f 100644 --- a/app/ui/hub.py +++ b/app/ui/hub.py @@ -1197,7 +1197,7 @@ def _audiocpp_fields(stdscr, api_url: Optional[str] = None, if local: return ("No .wav files available to clone\n" "Go to Configure Backends → Configure audio.cpp and " - "set a voice clone directory.") + "set a voice clone directory.\n") return ("No .wav files available to clone — the audio.cpp server " f"at {url} hosts none. Configure its voice-clone .wav " "directory on that machine.") |
