Fix too many tracks issue
This commit is contained in:
parent
4b7fa035fd
commit
ca9beb20c0
@ -859,7 +859,7 @@ class LibraryPresenter(
|
||||
val parsedQuery = searchEngine.parseQuery(query)
|
||||
val mangaWithMetaIds = getIdsOfFavoriteMangaWithMetadata.await()
|
||||
val tracks = if (loggedServices.isNotEmpty()) {
|
||||
getTracks.await(unfiltered.map { it.libraryManga.manga.id }.distinct())
|
||||
getTracks.await().groupBy { it.mangaId }
|
||||
} else {
|
||||
emptyMap()
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user