mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Implement CopyTape writing.
This commit is contained in:
@@ -143,6 +143,7 @@ namespace DiscImageChef.DiscImages.CopyTape
|
||||
imageInfo.CreationTime = imageFilter.GetCreationTime();
|
||||
imageInfo.LastModificationTime = imageFilter.GetLastWriteTime();
|
||||
imageInfo.XmlMediaType = XmlMediaType.BlockMedia;
|
||||
IsTape = true;
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user