Skip to content

Fix steam metadata import if full_description is missing - #481

Merged
DecDuck merged 1 commit into
Drop-OSS:developfrom
NicoVIII:fix-steam-metadata
Aug 30, 2026
Merged

Fix steam metadata import if full_description is missing#481
DecDuck merged 1 commit into
Drop-OSS:developfrom
NicoVIII:fix-steam-metadata

Conversation

@NicoVIII

Copy link
Copy Markdown
Contributor

When trying to import a game which is restricted in your country, steam seems to not provide a full_description. This caused errors while importing, because the undefined was unexpected here. I made this case explicit and the code a bit more typesafe to fix this error and at least allows to import the metadata you have access to via steam.

Fixes #403.

When trying to import a game which is restricted in your country, steam seems to not provide a full_description. This caused errors while importing, because the undefined was unexpected here.
I made this case explicit and the code a bit more typesafe to fix this error and at least allows to import the metadata you have access to via steam.

Fixes Drop-OSS#403.
@DecDuck
DecDuck merged commit fd8b703 into Drop-OSS:develop Aug 30, 2026
2 checks passed
@DecDuck

DecDuck commented Aug 30, 2026

Copy link
Copy Markdown
Member

Thanks!

@NicoVIII
NicoVIII deleted the fix-steam-metadata branch August 30, 2026 11:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Argument mDescription is missing.

2 participants