From d95357473319ed14a047f986ec5ae0cd95038074 Mon Sep 17 00:00:00 2001 From: pat-e Date: Thu, 17 Jul 2025 08:58:52 +0200 Subject: [PATCH] bug fix: one AI gives faulty error, another AI fixes it --- tv_audio_encoder.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tv_audio_encoder.py b/tv_audio_encoder.py index 9693caf..8b618f2 100644 --- a/tv_audio_encoder.py +++ b/tv_audio_encoder.py @@ -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,