mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-05 11:55:07 +01:00
MangaCoverFetcher: Don't close network response (#6882)
This commit is contained in:
parent
ed9fdf49e2
commit
2466a079d5
@ -119,8 +119,6 @@ class MangaCoverFetcher(
|
||||
} catch (e: Exception) {
|
||||
responseBody.closeQuietly()
|
||||
throw e
|
||||
} finally {
|
||||
response.close()
|
||||
}
|
||||
} catch (e: Exception) {
|
||||
snapshot?.closeQuietly()
|
||||
|
Loading…
Reference in New Issue
Block a user