mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-05-24 02:02:29 -04:00
Fixed DeadPeople query
This commit is contained in:
parent
7b81a39ee1
commit
2060d0ca2c
@ -956,7 +956,7 @@ public sealed class BaseItemRepository(
|
||||
if (filter.IsDeadPerson.HasValue && filter.IsDeadPerson.Value)
|
||||
{
|
||||
baseQuery = baseQuery
|
||||
.Where(e => !e.Peoples!.Any(f => f.People.Name == e.Name));
|
||||
.Where(e => !context.Peoples.Any(f => f.Name == e.Name));
|
||||
}
|
||||
|
||||
if (filter.Years.Length == 1)
|
||||
|
Loading…
x
Reference in New Issue
Block a user