Add game website URL to suggestions and results
This commit is contained in:
@@ -27,6 +27,7 @@ public static class ResultsEndpoints
|
||||
Average = s.Votes.Count == 0 ? 0 : s.Votes.Average(v => v.Score),
|
||||
s.ScreenshotUrl,
|
||||
s.YoutubeUrl,
|
||||
s.GameUrl,
|
||||
s.Description,
|
||||
s.Genre
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user