From f36cb789589d3696d138b6fcc3853dbcb2e0f0ef Mon Sep 17 00:00:00 2001 From: Natalia Portillo Date: Mon, 22 Feb 2021 13:31:52 +0000 Subject: [PATCH] Fix media type for unknown tape. --- MediaType.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/MediaType.cs b/MediaType.cs index d1512b1..7fccf67 100644 --- a/MediaType.cs +++ b/MediaType.cs @@ -68,8 +68,8 @@ namespace Aaru.CommonTypes Zone_HDD = 4, /// USB flash drives FlashDrive = 5, - /// USB flash drives - UnknownTape = 4, + /// Unknown data tape + UnknownTape = 6, #endregion Generics, types 0 to 9 #region Somewhat standard Compact Disc formats, types 10 to 39