mirror of
https://gitlab.futo.org/videostreaming/grayjay.git
synced 2025-09-16 22:42:23 +00:00
Merge branch 'hls-quality-sort' into 'master'
Adaptive Quality Sort See merge request videostreaming/grayjay!118
This commit is contained in:
commit
0dbe398435
1 changed files with 2 additions and 2 deletions
|
@ -1934,8 +1934,8 @@ class VideoDetailView : ConstraintLayout {
|
|||
}
|
||||
|
||||
updateQualityFormatsOverlay(
|
||||
videoTrackFormats.distinctBy { it.height }.sortedBy { it.height },
|
||||
audioTrackFormats.distinctBy { it.bitrate }.sortedBy { it.bitrate });
|
||||
videoTrackFormats.distinctBy { it.height }.sortedByDescending { it.height },
|
||||
audioTrackFormats.distinctBy { it.bitrate }.sortedByDescending { it.bitrate });
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue