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:
@@ -553,8 +553,7 @@ public sealed partial class CloneCd
|
||||
else
|
||||
currentTrack.Type = TrackType.Audio;
|
||||
|
||||
if(!_trackFlags.ContainsKey(descriptor.POINT))
|
||||
_trackFlags.Add(descriptor.POINT, descriptor.CONTROL);
|
||||
_trackFlags.TryAdd(descriptor.POINT, descriptor.CONTROL);
|
||||
|
||||
if(_subFilter != null)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user