diff --git a/Aaru.Core/Remote.cs b/Aaru.Core/Remote.cs index 1ee9984a1..4924bb930 100644 --- a/Aaru.Core/Remote.cs +++ b/Aaru.Core/Remote.cs @@ -474,6 +474,8 @@ public static class Remote ProgressTask task = ctx.AddTask("Updating known iNES/NES 2.0 headers"); task.MaxValue = sync.Offsets.Count; + sync.NesHeaders ??= new(); + foreach(NesHeaderDto header in sync.NesHeaders) { task.Increment(1);