Polish for Release (#2357)
This commit is contained in:
parent
b0eb60e894
commit
05bcc3e88e
11 changed files with 39 additions and 29 deletions
|
|
@ -678,6 +678,8 @@ public class SeriesService : ISeriesService
|
|||
.OrderBy(c => c.CreatedUtc)
|
||||
.ToList();
|
||||
|
||||
if (chapters.Count < 3) return _emptyExpectedChapter;
|
||||
|
||||
// Calculate the time differences between consecutive chapters
|
||||
var timeDifferences = new List<TimeSpan>();
|
||||
DateTime? previousChapterTime = null;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue