Fixed Delete Series + Issue Covers from Kavita+ (#3784)
This commit is contained in:
parent
3a0d33ca13
commit
bc41b0256e
38 changed files with 2189 additions and 1596 deletions
|
@ -79,6 +79,12 @@ public static class IncludesExtensions
|
|||
.Include(c => c.ExternalReviews);
|
||||
}
|
||||
|
||||
if (includes.HasFlag(ChapterIncludes.ExternalRatings))
|
||||
{
|
||||
queryable = queryable
|
||||
.Include(c => c.ExternalRatings);
|
||||
}
|
||||
|
||||
return queryable.AsSplitQuery();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue