fix issue when multiple transient files point to different gamepaths
This commit is contained in:
@@ -48,7 +48,7 @@ namespace MareSynchronos.Models
|
||||
{
|
||||
return new FileReplacementDto()
|
||||
{
|
||||
GamePaths = g.SelectMany(g => g.GamePaths).Distinct().ToArray(),
|
||||
GamePaths = g.SelectMany(f => f.GamePaths).Distinct().ToArray(),
|
||||
Hash = g.First().Hash,
|
||||
};
|
||||
}).ToList());
|
||||
|
||||
Reference in New Issue
Block a user