Fix reader chapter sort ordering (fixes #5157)
This commit is contained in:
@@ -125,7 +125,7 @@ class ReaderPresenter(
|
||||
}
|
||||
|
||||
chaptersForReader
|
||||
.sortedWith(getChapterSort(manga))
|
||||
.sortedWith(getChapterSort(manga, sortDescending = false))
|
||||
.map(::ReaderChapter)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user