diff --git a/DiscImageChef.CommonTypes.csproj b/DiscImageChef.CommonTypes.csproj
index 089cf06cc..03d3dafbf 100644
--- a/DiscImageChef.CommonTypes.csproj
+++ b/DiscImageChef.CommonTypes.csproj
@@ -69,11 +69,14 @@
+
+
+
diff --git a/Interfaces/IMediaImage.cs b/Interfaces/IMediaImage.cs
index abf87ee4f..16ff53c39 100644
--- a/Interfaces/IMediaImage.cs
+++ b/Interfaces/IMediaImage.cs
@@ -9,7 +9,8 @@
//
// --[ Description ] ----------------------------------------------------------
//
-// Defines interface to be implemented by disc image plugins.
+// Defines interface to be implemented by block addressable disk image
+// plugins.
//
// --[ License ] --------------------------------------------------------------
//
@@ -62,23 +63,6 @@ namespace DiscImageChef.CommonTypes.Interfaces
///
/// The image format.
string Format { get; }
- ///
- /// Gets an array partitions. Typically only useful for optical disc
- /// images where each track and index means a different partition, as
- /// reads can be relative to them.
- ///
- /// The partitions.
- List Partitions { get; }
- ///
- /// Gets the disc track extents (start, length).
- ///
- /// The track extents.
- List