Update On Sun Aug 3 20:40:41 CEST 2025

This commit is contained in:
github-action[bot]
2025-08-03 20:40:41 +02:00
parent 07297d7a61
commit e184e9ccbc
99 changed files with 1457 additions and 684 deletions

View File

@@ -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();
}