mirror of
https://github.com/aaru-dps/Aaru.CommonTypes.git
synced 2025-12-16 19:24:30 +00:00
Rename tape partitions field.
This commit is contained in:
@@ -51,6 +51,6 @@ namespace DiscImageChef.CommonTypes.Interfaces
|
||||
/// <summary>
|
||||
/// Gets a list of all the partitions registered in the image
|
||||
/// </summary>
|
||||
List<TapePartition> Partitions { get; }
|
||||
List<TapePartition> TapePartitions { get; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user