Improve library search, fix a few edge cases
This commit is contained in:
@@ -15,6 +15,12 @@ class TrackRepositoryImpl(
|
||||
manga_syncQueries.getTracks(trackMapper)
|
||||
}
|
||||
}
|
||||
|
||||
override suspend fun getTracksByMangaIds(mangaIds: List<Long>): List<Track> {
|
||||
return handler.awaitList {
|
||||
manga_syncQueries.getTracksByMangaIds(mangaIds, trackMapper)
|
||||
}
|
||||
}
|
||||
// SY <--
|
||||
|
||||
override suspend fun getTracksByMangaId(mangaId: Long): List<Track> {
|
||||
|
||||
Reference in New Issue
Block a user