mirror of
https://github.com/mihonapp/mihon.git
synced 2025-11-15 13:37:29 +01:00
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