fix nhentai not loading galleries with gifs

(cherry picked from commit a8ddd91343fd11f7d90adf6282298b04adf67e4f)
This commit is contained in:
az4521 2020-07-07 17:37:40 -04:00 committed by Jobobby04
parent b225baf64e
commit 16933df164

View File

@ -112,6 +112,7 @@ class NHentaiSearchMetadata : RaisedSearchMetadata() {
when (t) { when (t) {
"p" -> "png" "p" -> "png"
"j" -> "jpg" "j" -> "jpg"
"g" -> "gif"
else -> null else -> null
} }