Skip to content

Commit f369f27

Browse files
committed
PMD fix
1 parent 1b44e48 commit f369f27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/quantumbadger/redreader/image/RedditVideosAPI.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ public void onDataStreamComplete(
116116
String audioUrl = null;
117117

118118
// Hacky workaround -- we should parse the MPD
119-
final String[] possibleFiles = new String[] {
119+
final String[] possibleFiles = {
120120
"DASH_AUDIO_128.mp4",
121121
"DASH_AUDIO_64.mp4",
122122
"DASH_AUDIO.mp4",

0 commit comments

Comments
 (0)