Lots of Bugfixes (#3308)

This commit is contained in:
Joe Milazzo 2024-10-25 09:22:12 -07:00 committed by Joseph Milazzo
parent edbd44bbee
commit 1a88dd4fc0
36 changed files with 331 additions and 588 deletions

View file

@ -171,6 +171,7 @@ public class PersonRepository : IPersonRepository
Id = p.Id,
Name = p.Name,
Description = p.Description,
CoverImage = p.CoverImage,
SeriesCount = p.SeriesMetadataPeople
.Where(smp => roles.Contains(smp.Role))
.Select(smp => smp.SeriesMetadata.SeriesId)