mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Change CanReadGdRomUsingSwapDisc to nullable.
This commit is contained in:
@@ -64,7 +64,7 @@ namespace Aaru.Database.Models
|
||||
[DefaultValue(0)]
|
||||
public int OptimalMultipleSectorsRead { get; set; }
|
||||
|
||||
[DefaultValue(false)]
|
||||
public bool CanReadGdRomUsingSwapDisc { get; set; }
|
||||
[DefaultValue(null)]
|
||||
public bool? CanReadGdRomUsingSwapDisc { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user