mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
[Refactor] Use collection expressions.
This commit is contained in:
@@ -667,7 +667,7 @@ public static class FullTOC
|
||||
Dictionary<byte, byte> sessionEndingTrack = new();
|
||||
toc.FirstCompleteSession = byte.MaxValue;
|
||||
toc.LastCompleteSession = byte.MinValue;
|
||||
List<TrackDataDescriptor> trackDescriptors = new();
|
||||
List<TrackDataDescriptor> trackDescriptors = [];
|
||||
byte currentTrack = 0;
|
||||
|
||||
foreach(Track track in tracks.OrderBy(t => t.Session).ThenBy(t => t.Sequence))
|
||||
|
||||
Reference in New Issue
Block a user