diff --git a/komga/src/main/kotlin/org/gotson/komga/interfaces/opds/OpdsController.kt b/komga/src/main/kotlin/org/gotson/komga/interfaces/opds/OpdsController.kt index 92485cd0fb..b9ee9686ab 100644 --- a/komga/src/main/kotlin/org/gotson/komga/interfaces/opds/OpdsController.kt +++ b/komga/src/main/kotlin/org/gotson/komga/interfaces/opds/OpdsController.kt @@ -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(