mirror of
https://github.com/Kareadita/Kavita.git
synced 2026-05-13 11:02:18 -04:00
Fixed Delete Series + Issue Covers from Kavita+ (#3784)
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user