mirror of
				https://github.com/TeamNewPipe/NewPipe
				synced 2025-10-30 23:03:00 +00:00 
			
		
		
		
	Merge pull request #10230 from TeamNewPipe/fix/offline-stream-chooser
[Download] Fix audio stream selection
This commit is contained in:
		| @@ -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); | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Tobi
					Tobi