From 141370a451b58c946648c4bbe555d8feae6c785e Mon Sep 17 00:00:00 2001 From: Natalia Portillo Date: Thu, 2 May 2019 00:23:54 +0100 Subject: [PATCH] Allow TapeImage to report the media is really a tape. --- Interfaces/ITapeImage.cs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Interfaces/ITapeImage.cs b/Interfaces/ITapeImage.cs index bbffa7cbf..6899ac55b 100644 --- a/Interfaces/ITapeImage.cs +++ b/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