diff options
Diffstat (limited to 'app/converter')
| -rw-r--r-- | app/converter/config.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/converter/config.py b/app/converter/config.py index 9b09e7a..ae7189f 100644 --- a/app/converter/config.py +++ b/app/converter/config.py @@ -12,7 +12,7 @@ CHUNK_SIZE = 250 # Default for "Stop server and exit" on the Generate audiobooks form # (TUI Settings menu: "Default stop server and exit"). -STOP_SERVER_AND_EXIT = False +STOP_SERVER_AND_EXIT = True # Default TTS backend. # audiocpp: audiocpp_server |
