mirror of
https://github.com/gotson/komga.git
synced 2025-12-21 16:03:03 +01:00
parent
825085a617
commit
bddc008552
1 changed files with 1 additions and 1 deletions
|
|
@ -194,7 +194,7 @@ class OpdsController(
|
|||
|
||||
val entries = seriesRepository.findAll(seriesSearch)
|
||||
.map { SeriesWithInfo(it, seriesMetadataRepository.findById(it.id)) }
|
||||
.sortedBy { it.series.lastModifiedDate }
|
||||
.sortedByDescending { it.series.lastModifiedDate }
|
||||
.map { it.toOpdsEntry() }
|
||||
|
||||
return OpdsFeedNavigation(
|
||||
|
|
|
|||
Loading…
Reference in a new issue