fix nhentai not loading galleries with gifs
(cherry picked from commit a8ddd91343fd11f7d90adf6282298b04adf67e4f)
This commit is contained in:
parent
b225baf64e
commit
16933df164
1 changed files with 1 additions and 0 deletions
|
|
@ -112,6 +112,7 @@ class NHentaiSearchMetadata : RaisedSearchMetadata() {
|
|||
when (t) {
|
||||
"p" -> "png"
|
||||
"j" -> "jpg"
|
||||
"g" -> "gif"
|
||||
else -> null
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue