Skip to content

Commit

Permalink
Fix syntax typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Edwardsoen committed May 14, 2023
1 parent 3b0af17 commit f411baa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/java/org/schabi/newpipe/util/ListHelper.java
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,6 @@ public static List<VideoStream> getSortedStreamVideosList(
videoOnlyStreams, ascendingOrder, preferVideoOnlyStreams);
}

add_high_resolution_to_default_option
public static List<String> getSortedResolutionList(
final Resources resources,
final int defaultResolutionKey,
Expand All @@ -263,6 +262,7 @@ public static boolean isHighResolutionSelected(final String selectedResolution,
return Arrays.asList(resources.getStringArray(
additionalResolutionKey))
.contains(selectedResolution);
}

/**
* Filter the list of audio streams and return a list with the preferred stream for
Expand Down

0 comments on commit f411baa

Please sign in to comment.