[FA-misc] Fix an oversight in the update process #51

Merged
conco merged 1 commits from feature/FA-misc_NovelpiaResiliency into master 2025-12-11 19:16:40 +00:00
Showing only changes of commit bbc0b5ec7d - Show all commits

View File

@@ -289,7 +289,8 @@ public class NovelUpdateService
.Include(n => n.Description)
.ThenInclude(lk => lk.Texts)
.Include(n => n.Tags)
.Include(n => n.Chapters)
.Include(n => n.Chapters).ThenInclude(chapter => chapter.Body)
.ThenInclude(localizationKey => localizationKey.Texts)
.Include(n => n.CoverImage)
.FirstOrDefaultAsync(n =>
n.ExternalId == metadata.ExternalId &&