added search to extension list, and bugfix for certain extensions

This commit is contained in:
Finnley Somdahl 2023-10-18 00:28:27 -05:00
parent 7aa8b2db52
commit 3007e7d86e
7 changed files with 278 additions and 41 deletions

View file

@ -21,6 +21,7 @@ import logcat.LogPriority
import rx.Observable
import ani.dantotsu.aniyomi.util.logcat
import ani.dantotsu.aniyomi.util.withUIContext
import ani.dantotsu.logger
/**
* The manager of anime extensions installed as another apk which extend the available sources. It handles
@ -116,11 +117,13 @@ class AnimeExtensionManager(
}*/
}else{
println("${sc.name} is not AnimeCatalogueSource")
}
}
else -> {
logcat(LogPriority.ERROR) { "Error loading anime extension: $result" }
logcat(LogPriority.ERROR) { "Error loading anime extension: $result." }
}
}
}