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 {
|
||||
extName = 'NHentai'
|
||||
extClass = '.NHFactory'
|
||||
extVersionCode = 48
|
||||
extVersionCode = 49
|
||||
isNsfw = true
|
||||
}
|
||||
|
||||
|
@ -274,6 +274,7 @@ open class NHentai(
|
||||
when (image.t) {
|
||||
"w" -> ".webp"
|
||||
"p" -> ".png"
|
||||
"g" -> ".gif"
|
||||
else -> ".jpg"
|
||||
},
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user