This repository has been archived by the owner on Jun 6, 2022. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix asset for manually added non-steam games
As I said here : #130, SteamGridDB don't update assets for non-steam games added manually (non imported by SteamGridDB). After researches I found that Steam generate an random individual ID for every non-steam game manually added and it doesn't correspond to the function generateNewAppId used here, It results that SteamGridDB update images with the wrong ID's My commit set the value of appid with generateNewAppID only if there's no existing appid so it works with imported and manually added non-steam games.
- Loading branch information