1
0
mirror of https://github.com/TeamNewPipe/NewPipe synced 2025-11-05 17:54:48 +00:00

fix: remove todo

This commit is contained in:
ThetaDev
2023-03-18 16:14:07 +01:00
parent 208887d538
commit dba53d23aa

View File

@@ -1093,7 +1093,6 @@ public abstract class VideoPlayerUi extends PlayerUi implements SeekBar.OnSeekBa
for (int i = 0; i < availableStreams.size(); i++) {
final AudioStream audioStream = availableStreams.get(i);
// TODO: ensure that audio streams have track names
if (audioStream.getAudioTrackName() == null) {
continue;
}