mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Fix Alcohol getting asked for tracks it has not yet initialized.
This commit is contained in:
@@ -72,6 +72,7 @@ namespace Aaru.DiscImages
|
||||
return _writingTracks;
|
||||
|
||||
List<CommonTypes.Structs.Track> tracks = new List<CommonTypes.Structs.Track>();
|
||||
_alcTracks ??= new Dictionary<int, Track>();
|
||||
|
||||
foreach(Track alcTrack in _alcTracks.Values)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user