Skip to content

Commit

Permalink
Update WinGetPkgDetailsHelper.cs (Using Incorrect Cache)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrixner authored Jan 14, 2025
1 parent b0e7a76 commit de9efe3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ protected override IEnumerable<Uri> GetScreenshots_UnSafe(IPackage package)

if (result != "" && httpResponse.StatusCode == HttpStatusCode.OK)
{
__msstore_package_manifests[package.Id] = result;
__steam_package_manifests[package.Id] = result;
}

return result;
Expand Down

0 comments on commit de9efe3

Please sign in to comment.