mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
General refactor.
This commit is contained in:
@@ -83,11 +83,11 @@ namespace DiscImageChef.DiscImages
|
||||
|
||||
public string Format => "DiscJuggler";
|
||||
|
||||
public List<Partition> Partitions { get; set; }
|
||||
public List<Partition> Partitions { get; private set; }
|
||||
|
||||
public List<Track> Tracks { get; set; }
|
||||
public List<Track> Tracks { get; private set; }
|
||||
|
||||
public List<Session> Sessions { get; set; }
|
||||
public List<Session> Sessions { get; private set; }
|
||||
|
||||
public bool Identify(IFilter imageFilter)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user