GalleryAdult: Add w for webp (#5924)
This commit is contained in:
parent
0c4cea69e6
commit
9ebdcdd53f
|
@ -2,4 +2,4 @@ plugins {
|
||||||
id("lib-multisrc")
|
id("lib-multisrc")
|
||||||
}
|
}
|
||||||
|
|
||||||
baseVersionCode = 2
|
baseVersionCode = 3
|
||||||
|
|
|
@ -647,6 +647,7 @@ abstract class GalleryAdults(
|
||||||
"p" -> "png"
|
"p" -> "png"
|
||||||
"b" -> "bmp"
|
"b" -> "bmp"
|
||||||
"g" -> "gif"
|
"g" -> "gif"
|
||||||
|
"w" -> "webp"
|
||||||
else -> "jpg"
|
else -> "jpg"
|
||||||
}
|
}
|
||||||
val idx = image.key.toInt()
|
val idx = image.key.toInt()
|
||||||
|
|
Loading…
Reference in New Issue