mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Simplify IDictionary accesses.
This commit is contained in:
@@ -242,8 +242,7 @@ public sealed partial class Alcohol120
|
||||
track.startLba = 0;
|
||||
}
|
||||
|
||||
if(!sesToc.ContainsKey(track.point))
|
||||
sesToc.Add(track.point, track);
|
||||
sesToc.TryAdd(track.point, track);
|
||||
|
||||
if(track.point < 0xA0)
|
||||
_alcTracks.Add(track.point, track);
|
||||
|
||||
Reference in New Issue
Block a user