commit
This commit is contained in:
parent
a3946dc416
commit
e14cd4fccb
1 changed files with 1 additions and 1 deletions
|
|
@ -479,7 +479,7 @@ class FormatSelectionBottomSheetDialog(
|
||||||
FormatSorting.id -> chosenFormats.sortedBy { it.format_id }
|
FormatSorting.id -> chosenFormats.sortedBy { it.format_id }
|
||||||
FormatSorting.codec -> {
|
FormatSorting.codec -> {
|
||||||
val codecOrder = resources.getStringArray(R.array.video_codec_values).toMutableList()
|
val codecOrder = resources.getStringArray(R.array.video_codec_values).toMutableList()
|
||||||
codecOrder.removeFirst()
|
codecOrder.removeAt(0)
|
||||||
chosenFormats.groupBy { format -> codecOrder.indexOfFirst { format.vcodec.matches("^(${it})(.+)?$".toRegex()) } }
|
chosenFormats.groupBy { format -> codecOrder.indexOfFirst { format.vcodec.matches("^(${it})(.+)?$".toRegex()) } }
|
||||||
|
|
||||||
.flatMap {
|
.flatMap {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue