mirror of
https://github.com/Kareadita/Kavita.git
synced 2026-05-13 11:02:18 -04:00
You can now send emails if you don't use Authentication (#2718)
This commit is contained in:
@@ -49,7 +49,7 @@ public class TestBenchmark
|
||||
|
||||
private static void SortSpecialChapters(IEnumerable<VolumeDto> volumes)
|
||||
{
|
||||
foreach (var v in volumes.Where(vDto => vDto.MinNumber == 0))
|
||||
foreach (var v in volumes.WhereNotLooseLeaf())
|
||||
{
|
||||
v.Chapters = v.Chapters.OrderByNatural(x => x.Range).ToList();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user