Added series progress/rating information back in. Left attempts at doing via a JOIN or raw SQL.

This commit is contained in:
Joseph Milazzo 2021-02-17 15:28:57 -06:00
parent 222959981f
commit 922c0153d3
9 changed files with 269 additions and 7 deletions

View file

@ -68,7 +68,7 @@ namespace API.Services
if (string.IsNullOrEmpty(series.Summary) || forceUpdate)
{
series.Summary = "";
series.Summary = _archiveService.GetSummaryInfo(series.Volumes.First().Chapters.First().Files.First().FilePath);
}
}