One last bug (#2904)
This commit is contained in:
parent
79caedcac4
commit
f171b02b62
2 changed files with 2 additions and 2 deletions
|
|
@ -479,7 +479,7 @@ public class SeriesService : ISeriesService
|
|||
specials.Add(chapter);
|
||||
}
|
||||
|
||||
// Don't show chapter 0 (aka single volume chapters) in the Chapters tab or books that are just single numbers (they show as volumes)
|
||||
// Don't show chapter -100000 (aka single volume chapters) in the Chapters tab or books that are just single numbers (they show as volumes)
|
||||
IEnumerable<ChapterDto> retChapters = bookTreatment ? Array.Empty<ChapterDto>() : chapters.Where(ShouldIncludeChapter);
|
||||
|
||||
var storylineChapters = volumes
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue