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:
parent
b03d930599
commit
cffc0157a6
@ -5,7 +5,7 @@ ext {
|
|||||||
extName = 'MangaDex'
|
extName = 'MangaDex'
|
||||||
pkgNameSuffix = 'all.mangadex'
|
pkgNameSuffix = 'all.mangadex'
|
||||||
extClass = '.MangaDexFactory'
|
extClass = '.MangaDexFactory'
|
||||||
extVersionCode = 112
|
extVersionCode = 113
|
||||||
libVersion = '1.2'
|
libVersion = '1.2'
|
||||||
containsNsfw = true
|
containsNsfw = true
|
||||||
}
|
}
|
||||||
|
@ -50,7 +50,7 @@ class MdAtHomeReportInterceptor(
|
|||||||
"success" to response.isSuccessful,
|
"success" to response.isSuccessful,
|
||||||
"bytes" to response.peekBody(Long.MAX_VALUE).bytes().size,
|
"bytes" to response.peekBody(Long.MAX_VALUE).bytes().size,
|
||||||
"duration" to response.receivedResponseAtMillis - response.sentRequestAtMillis,
|
"duration" to response.receivedResponseAtMillis - response.sentRequestAtMillis,
|
||||||
"cache" to cachedImage,
|
"cached" to cachedImage,
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user