mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Show more detailed status on sidecar creation.
This commit is contained in:
@@ -98,6 +98,7 @@ namespace DiscImageChef.Core
|
||||
|
||||
MediaType dskType = image.Info.MediaType;
|
||||
|
||||
UpdateStatus("Hashing media tags...");
|
||||
foreach(MediaTagType tagType in image.Info.ReadableMediaTags)
|
||||
{
|
||||
if(aborted) return;
|
||||
@@ -366,6 +367,7 @@ namespace DiscImageChef.Core
|
||||
List<Partition> partitions = Partitions.GetAll(image);
|
||||
Partitions.AddSchemesToStats(partitions);
|
||||
|
||||
UpdateStatus("Hashing tracks...");
|
||||
foreach(Track trk in tracks)
|
||||
{
|
||||
if(aborted)
|
||||
|
||||
Reference in New Issue
Block a user