Update parsers

This commit is contained in:
Koitharu
2022-10-01 13:55:33 +03:00
parent e00ed13ad1
commit 627a00beb4
6 changed files with 16 additions and 16 deletions

View File

@@ -75,7 +75,7 @@ class ImportService : CoroutineIntentService() {
}
override fun onError(startId: Int, error: Throwable) {
error.report(null)
error.report()
}
private suspend fun importImpl(uri: Uri): Manga {