Skip to content

Commit

Permalink
PMD fix
Browse files Browse the repository at this point in the history
  • Loading branch information
QuantumBadger committed Jul 28, 2023
1 parent 1b44e48 commit f369f27
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ public void onDataStreamComplete(
String audioUrl = null;

// Hacky workaround -- we should parse the MPD
final String[] possibleFiles = new String[] {
final String[] possibleFiles = {
"DASH_AUDIO_128.mp4",
"DASH_AUDIO_64.mp4",
"DASH_AUDIO.mp4",
Expand Down

0 comments on commit f369f27

Please sign in to comment.