mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
General code refactor and reformat.
This commit is contained in:
@@ -73,8 +73,7 @@ namespace DiscImageChef.DiscImages
|
||||
imageNewFormat = false;
|
||||
imageInfo = new ImageInfo
|
||||
{
|
||||
ReadableSectorTags = new List<SectorTagType>(),
|
||||
ReadableMediaTags = new List<MediaTagType>()
|
||||
ReadableSectorTags = new List<SectorTagType>(), ReadableMediaTags = new List<MediaTagType>()
|
||||
};
|
||||
neroSessions = new Dictionary<ushort, uint>();
|
||||
neroTracks = new Dictionary<uint, NeroTrack>();
|
||||
|
||||
Reference in New Issue
Block a user