mirror of
https://github.com/tapframe/NuvioStreaming.git
synced 2026-07-29 23:59:32 +00:00
Merge branch 'cmp-rewrite' of https://github.com/NuvioMedia/NuvioMobile into cmp-rewrite
This commit is contained in:
commit
f065e27203
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