Sort Order Fix on Volume Detail Page (#3216)
This commit is contained in:
parent
ee253820f6
commit
0a13cc8454
12 changed files with 131 additions and 103 deletions
|
|
@ -453,10 +453,6 @@ public class SeriesService : ISeriesService
|
|||
continue;
|
||||
}
|
||||
|
||||
volume.Chapters = volume.Chapters
|
||||
.OrderBy(d => d.MinNumber, ChapterSortComparerDefaultLast.Default)
|
||||
.ToList();
|
||||
|
||||
if (RenameVolumeName(volume, libraryType, volumeLabel) || (bookTreatment && !volume.IsSpecial()))
|
||||
{
|
||||
processedVolumes.Add(volume);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue