mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Merge null/pattern checks into complex pattern.
This commit is contained in:
@@ -457,8 +457,7 @@ public sealed partial class CloneCd
|
||||
|
||||
break;
|
||||
default:
|
||||
if(descriptor.POINT >= 0x01 &&
|
||||
descriptor.POINT <= 0x63)
|
||||
if(descriptor.POINT is >= 0x01 and <= 0x63)
|
||||
{
|
||||
if(!firstTrackInSession)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user