mirror of
https://github.com/tapframe/NuvioStreaming.git
synced 2026-08-18 13:26:09 +00:00
Merge pull request #1302 from DynamycSound/fix/trakt-watchlist-recently-added-order
fix(trakt): restore recently-added order for Trakt watchlist
This commit is contained in:
commit
138089922a
1 changed files with 1 additions and 4 deletions
|
|
@ -538,10 +538,7 @@ object TraktLibraryRepository {
|
|||
}
|
||||
return (movieItems + showItems)
|
||||
.mapNotNull(::mapToLibraryItem)
|
||||
.sortedWith(
|
||||
compareBy<LibraryItem> { it.traktRank ?: Int.MAX_VALUE }
|
||||
.thenByDescending { it.savedAtEpochMs },
|
||||
)
|
||||
.sortedByDescending { it.savedAtEpochMs }
|
||||
}
|
||||
|
||||
private suspend fun fetchPersonalListItems(
|
||||
|
|
|
|||
Loading…
Reference in a new issue