Fix Merged Manga not refreshing
This commit is contained in:
parent
7ffe1794d9
commit
23928d3c89
@ -179,11 +179,10 @@ class MergedSource : HttpSource() {
|
||||
}
|
||||
.awaitAll()
|
||||
.let { pairs ->
|
||||
if (exception != null) {
|
||||
throw exception!!
|
||||
}
|
||||
pairs.flatMap { it?.first.orEmpty() } to pairs.flatMap { it?.second.orEmpty() }
|
||||
}
|
||||
}.also {
|
||||
exception?.let { throw it }
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user