mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
[Refactor] Fix some code warnings.
This commit is contained in:
@@ -94,7 +94,7 @@ partial class Dump
|
||||
opticalDisc = dskType switch
|
||||
{
|
||||
MediaType.REV35 or MediaType.REV70 or MediaType.REV120 => false,
|
||||
_ => opticalDisc
|
||||
_ => true
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user