1
0
mirror of https://github.com/TeamNewPipe/NewPipe synced 2025-10-23 19:37:39 +00:00

Merge pull request #10230 from TeamNewPipe/fix/offline-stream-chooser

[Download] Fix audio stream selection
This commit is contained in:
Tobi
2023-07-17 23:47:21 +02:00
committed by GitHub

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);