From dff790664389d60d16729092a58d9c0dc490a953 Mon Sep 17 00:00:00 2001 From: historia Date: Mon, 24 Aug 2026 13:50:50 -0400 Subject: remove: --chunk flag (always force client-side chunking) --- app/tests/test_hub.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app/tests/test_hub.py') diff --git a/app/tests/test_hub.py b/app/tests/test_hub.py index 2fe0b2f..1b7630e 100644 --- a/app/tests/test_hub.py +++ b/app/tests/test_hub.py @@ -429,8 +429,8 @@ class ConvertFlowTests(unittest.TestCase): self.addCleanup(patcher.stop) def _answer_common_options(self): - # Output format, speed, single-file, chunk, debug. - self.tui.script += ["m4b", "1.5", False, False, False] + # Output format, speed, single-file, debug. + self.tui.script += ["m4b", "1.5", False, False] # ------------------------------------------------------------------ # audio.cpp: remote server (no local checkout / server.json) -- cgit v1.2.3