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'
|
||||
pkgNameSuffix = 'all.mangadex'
|
||||
extClass = '.MangaDexFactory'
|
||||
extVersionCode = 112
|
||||
extVersionCode = 113
|
||||
libVersion = '1.2'
|
||||
containsNsfw = true
|
||||
}
|
||||
|
@ -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,
|
||||
)
|
||||
)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user