Skip to content
This repository has been archived by the owner on Jun 6, 2022. It is now read-only.

since we're not linking anymore, update BPM pictures on manual pictur… #117

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on May 1, 2021

  1. since we're not linking anymore, update BPM pictures on manual pictur…

    …e selection. Also fixes BPM pictures on type 'other' (manually added to Steam)
    kongomongo committed May 1, 2021
    Configuration menu
    Copy the full SHA
    2b16da8 View commit details
    Browse the repository at this point in the history
  2. Fix asset for manually added non-steam games

    As I said here : SteamGridDB#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.
    SantaHey authored and kongomongo committed May 1, 2021
    Configuration menu
    Copy the full SHA
    710c63f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cd1885c View commit details
    Browse the repository at this point in the history
  4. Update horizontalGrid with downloadPromises

    Adapted from SteamGridDB#117
    SantaHey authored and kongomongo committed May 1, 2021
    Configuration menu
    Copy the full SHA
    21f677f View commit details
    Browse the repository at this point in the history