diff --git a/DiscImageChef.CommonTypes/Interfaces/ITapeImage.cs b/DiscImageChef.CommonTypes/Interfaces/ITapeImage.cs index bbffa7cbf..6899ac55b 100644 --- a/DiscImageChef.CommonTypes/Interfaces/ITapeImage.cs +++ b/DiscImageChef.CommonTypes/Interfaces/ITapeImage.cs @@ -52,5 +52,9 @@ namespace DiscImageChef.CommonTypes.Interfaces /// Gets a list of all the partitions registered in the image /// List TapePartitions { get; } + /// + /// If the media is a really a tape, as some formats can store non-tapes + /// + bool IsTape { get; } } } \ No newline at end of file