aboutsummaryrefslogtreecommitdiff
path: root/converter/audio.py
diff options
context:
space:
mode:
Diffstat (limited to 'converter/audio.py')
-rw-r--r--converter/audio.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/converter/audio.py b/converter/audio.py
index ebcac21..4fd1721 100644
--- a/converter/audio.py
+++ b/converter/audio.py
@@ -282,7 +282,7 @@ def _collect_chunk_files(total_chunks: int,
def combine_chunks(total_chunks: int, output_path: Path,
chunk_results: Optional[Dict[int, Optional[Path]]] = None,
- speed: float = 1.0, output_format: str = "mp3",
+ speed: float = 1.0, output_format: str = config.AUDIO_FORMAT,
intermediate: bool = False,
meta: Optional[TrackMeta] = None,
cover: Optional[Path] = None) -> bool: