Skip to content

Commit

Permalink
Merge pull request #10230 from TeamNewPipe/fix/offline-stream-chooser
Browse files Browse the repository at this point in the history
[Download] Fix audio stream selection
  • Loading branch information
TobiGr committed Jul 17, 2023
2 parents bf22515 + 6b7ffbb commit 43ef852
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -313,6 +313,7 @@ public void onViewCreated(@NonNull final View view,
selectedSubtitleIndex = getSubtitleIndexBy(subtitleStreamsAdapter.getAll());

dialogBinding.qualitySpinner.setOnItemSelectedListener(this);
dialogBinding.audioStreamSpinner.setOnItemSelectedListener(this);
dialogBinding.audioTrackSpinner.setOnItemSelectedListener(this);
dialogBinding.videoAudioGroup.setOnCheckedChangeListener(this);

Expand Down

0 comments on commit 43ef852

Please sign in to comment.