Fix archives not downloading for redists
This commit is contained in:
parent
92f863246d
commit
2ca08fdec5
1 changed files with 1 additions and 0 deletions
|
|
@ -107,6 +107,7 @@ public static class GameEndpoints
|
|||
.Include(g => g.Platforms)
|
||||
.Include(g => g.Publishers)
|
||||
.Query(q => q.Include(d => d.Redistributables).ThenInclude(r => r.Scripts))
|
||||
.Query(q => q.Include(d => d.Redistributables).ThenInclude(r => r.Archives))
|
||||
.Include(g => g.Scripts)
|
||||
.Include(g => g.Tags)
|
||||
.AsNoTracking()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue