mirror of
https://github.com/TeamNewPipe/NewPipe
synced 2025-01-03 14:00:32 +00:00
fix: remove todo
This commit is contained in:
parent
208887d538
commit
dba53d23aa
@ -1093,7 +1093,6 @@ public abstract class VideoPlayerUi extends PlayerUi implements SeekBar.OnSeekBa
|
|||||||
|
|
||||||
for (int i = 0; i < availableStreams.size(); i++) {
|
for (int i = 0; i < availableStreams.size(); i++) {
|
||||||
final AudioStream audioStream = availableStreams.get(i);
|
final AudioStream audioStream = availableStreams.get(i);
|
||||||
// TODO: ensure that audio streams have track names
|
|
||||||
if (audioStream.getAudioTrackName() == null) {
|
if (audioStream.getAudioTrackName() == null) {
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user