Skip to content

Commit

Permalink
Fix owned not-installed EGS games being marked as installed
Browse files Browse the repository at this point in the history
  • Loading branch information
Nutzzz committed Feb 16, 2024
1 parent 4e39928 commit 8e76950
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/GameFinder.StoreHandlers.EGS/EGSCatalog.cs
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ public partial class EGSHandler : AHandler<EGSGame, EGSGameId>
DisplayName: (game.Title ?? "").Replace("?", "", StringComparison.Ordinal),
InstallLocation: new(),
CloudSaveFolder: Path.IsPathRooted(savePath) ? fileSystem.FromUnsanitizedFullPath(savePath) : new(),
IsInstalled: false,
MainGame: baseGame,
ImageTallUrl: imageUrl,
ImageUrl: wideImageUrl,
Expand Down

0 comments on commit 8e76950

Please sign in to comment.