mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-12-24 14:31:52 +01:00
Fixed searching titles on tracking services
This commit is contained in:
parent
e94e405b80
commit
4818fe1d0c
@ -788,7 +788,7 @@ class MangaDetailsPresenter(
|
|||||||
}
|
}
|
||||||
|
|
||||||
fun trackSearch(query: String, service: TrackService) {
|
fun trackSearch(query: String, service: TrackService) {
|
||||||
if (controller.isNotOnline()) {
|
if (!controller.isNotOnline()) {
|
||||||
scope.launch(Dispatchers.IO) {
|
scope.launch(Dispatchers.IO) {
|
||||||
val results = try {
|
val results = try {
|
||||||
service.search(query)
|
service.search(query)
|
||||||
|
Loading…
Reference in New Issue
Block a user