NHentai | Add missing image type ".gif" (#6364)
* Add image type .gif to the selector * Bump versioncode
This commit is contained in:
parent
aa5804b858
commit
b462b1429b
@ -1,7 +1,7 @@
|
|||||||
ext {
|
ext {
|
||||||
extName = 'NHentai'
|
extName = 'NHentai'
|
||||||
extClass = '.NHFactory'
|
extClass = '.NHFactory'
|
||||||
extVersionCode = 48
|
extVersionCode = 49
|
||||||
isNsfw = true
|
isNsfw = true
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -274,6 +274,7 @@ open class NHentai(
|
|||||||
when (image.t) {
|
when (image.t) {
|
||||||
"w" -> ".webp"
|
"w" -> ".webp"
|
||||||
"p" -> ".png"
|
"p" -> ".png"
|
||||||
|
"g" -> ".gif"
|
||||||
else -> ".jpg"
|
else -> ".jpg"
|
||||||
},
|
},
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user