mirror of
https://github.com/Kareadita/Kavita.git
synced 2026-05-13 11:02:18 -04:00
More Bugfixes (#2989)
This commit is contained in:
@@ -53,6 +53,12 @@ public static class IncludesExtensions
|
||||
.Include(c => c.Files);
|
||||
}
|
||||
|
||||
if (includes.HasFlag(ChapterIncludes.People))
|
||||
{
|
||||
queryable = queryable
|
||||
.Include(c => c.People);
|
||||
}
|
||||
|
||||
return queryable.AsSplitQuery();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user