Fix archives not downloading for redists

This commit is contained in:
Pat Hartl 2026-05-07 23:39:46 -05:00
parent 92f863246d
commit 2ca08fdec5

View file

@ -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()