Should fix mangadex tracking crashes
(cherry picked from commit ed233a1a77)
This commit is contained in:
parent
6942200d45
commit
eb52af9cd8
1 changed files with 1 additions and 1 deletions
|
|
@ -139,7 +139,7 @@ class MdList(private val context: Context, id: Long) : TrackService(id) {
|
|||
runAsObservable {
|
||||
page.mangas.map {
|
||||
toTrackSearch(mdex.getMangaDetails(it))
|
||||
}
|
||||
}.distinct()
|
||||
}
|
||||
}
|
||||
.awaitSingle()
|
||||
|
|
|
|||
Loading…
Reference in a new issue