Compare commits
1 Commits
feature/FA
...
v1.1.5
| Author | SHA1 | Date | |
|---|---|---|---|
| 5527c15ae7 |
@@ -289,8 +289,7 @@ public class NovelUpdateService
|
|||||||
.Include(n => n.Description)
|
.Include(n => n.Description)
|
||||||
.ThenInclude(lk => lk.Texts)
|
.ThenInclude(lk => lk.Texts)
|
||||||
.Include(n => n.Tags)
|
.Include(n => n.Tags)
|
||||||
.Include(n => n.Chapters).ThenInclude(chapter => chapter.Body)
|
.Include(n => n.Chapters)
|
||||||
.ThenInclude(localizationKey => localizationKey.Texts)
|
|
||||||
.Include(n => n.CoverImage)
|
.Include(n => n.CoverImage)
|
||||||
.FirstOrDefaultAsync(n =>
|
.FirstOrDefaultAsync(n =>
|
||||||
n.ExternalId == metadata.ExternalId &&
|
n.ExternalId == metadata.ExternalId &&
|
||||||
|
|||||||
Reference in New Issue
Block a user