Skip to content

Commit

Permalink
fix: remove todo
Browse files Browse the repository at this point in the history
  • Loading branch information
Theta-Dev committed Mar 18, 2023
1 parent 208887d commit dba53d2
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1093,7 +1093,6 @@ private void buildLanguageMenu() {

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;
}
Expand Down

0 comments on commit dba53d2

Please sign in to comment.