Use correct field name for MD@H report endpoint (#7066)

* Use correct field name for MD@H report endpoint

* Bump build.gradle version
This commit is contained in:
Baptiste Leduc 2021-05-17 20:09:10 +02:00 committed by GitHub
parent b03d930599
commit cffc0157a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ ext {
extName = 'MangaDex'
pkgNameSuffix = 'all.mangadex'
extClass = '.MangaDexFactory'
extVersionCode = 112
extVersionCode = 113
libVersion = '1.2'
containsNsfw = true
}

View File

@ -50,7 +50,7 @@ class MdAtHomeReportInterceptor(
"success" to response.isSuccessful,
"bytes" to response.peekBody(Long.MAX_VALUE).bytes().size,
"duration" to response.receivedResponseAtMillis - response.sentRequestAtMillis,
"cache" to cachedImage,
"cached" to cachedImage,
)
)