EDCD / EDMarketConnector

Downloads commodity market and other station data from the game Elite: Dangerous for use with all popular online and offline trading tools.
GNU General Public License v2.0
987 stars 155 forks source link

[2232] Fix Missing Preferences #2233

Closed Rixxan closed 1 month ago

Rixxan commented 1 month ago

Description

Fixes an issue that could present on clean installs where the EDSM keys weren't generated properly. This will set the key if totally missing, else try and extend a mismatched API set with null values when able. This issue would most often present itself on clean installs.

Type of Change

Bug Fix

How Tested

Tested with mismatched, missing, and malformed EDSM preferences key entries, and ensuring the program recovers successfully from the reported replication steps.

Notes

Resolves #2232