mirror of
https://github.com/bolucat/Archive.git
synced 2025-09-26 20:21:35 +08:00
Update On Sun Aug 3 20:40:41 CEST 2025
This commit is contained in:
@@ -839,7 +839,6 @@ partial class Program
|
||||
{
|
||||
return audioTracks
|
||||
.OrderBy(a => encodingPriority.GetValueOrDefault(a.shortCodecs, (byte)100))
|
||||
.ThenByDescending(a => Convert.ToInt32(a.id))
|
||||
.ThenBy(a => audioAscending ? a.bandwith : -a.bandwith)
|
||||
.ToList();
|
||||
}
|
||||
|
Reference in New Issue
Block a user