bug fix: one AI gives faulty error, another AI fixes it

This commit is contained in:
2025-07-17 08:58:52 +02:00
parent 79dd5316fc
commit d953574733

View File

@@ -235,7 +235,6 @@ def main(no_downmix=False):
# Convert any codec that is not in REMUX_CODECS
opus_file = convert_audio_track(
stream_index, channels, language, audio_temp_dir, str(input_file_abs), not no_downmix
stream_index, channels, language, audio_temp_dir, str(input_file_abs), not no_downmix
)
processed_audio_files.append({
"Path": opus_file,