Lacro59 / playnite-plugincommon

MIT License
6 stars 11 forks source link

Result of SteamApi.GetAchievements(game.GameId, SteamApi.CurrentAccountInfos) doesn't contain completion info, when no API-Key is set #108

Closed AgentRocket closed 3 months ago

AgentRocket commented 9 months ago

This is a continuation of https://github.com/Lacro59/playnite-successstory-plugin/issues/444

SteamApi.CurrentAccountInfos returns null, if no API-Key is set. This results in the code at https://github.com/Lacro59/playnite-plugincommon/blob/95b985867adc9ae54b043ad3d13a4be733637474/CommonPluginsStores/Steam/SteamApi.cs#L424-L456 not being executed and no completion Info being added to the achievements.

Lacro59 commented 3 months ago

Done