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