[Download] Fix audio stream selection

Closes #10180
This commit is contained in:
TobiGr 2023-07-14 17:05:13 +02:00
parent 5c7a9a52f5
commit 6b7ffbba4c
1 changed files with 1 additions and 0 deletions

View File

@ -313,6 +313,7 @@ public class DownloadDialog extends DialogFragment
selectedSubtitleIndex = getSubtitleIndexBy(subtitleStreamsAdapter.getAll());
dialogBinding.qualitySpinner.setOnItemSelectedListener(this);
dialogBinding.audioStreamSpinner.setOnItemSelectedListener(this);
dialogBinding.audioTrackSpinner.setOnItemSelectedListener(this);
dialogBinding.videoAudioGroup.setOnCheckedChangeListener(this);