GalleryAdult: Add w for webp (#5924)

This commit is contained in:
eientei95 2024-11-08 22:29:25 +13:00 committed by Draff
parent 0c4cea69e6
commit 9ebdcdd53f
No known key found for this signature in database
GPG Key ID: E8A89F3211677653
2 changed files with 2 additions and 1 deletions

View File

@ -2,4 +2,4 @@ plugins {
id("lib-multisrc") id("lib-multisrc")
} }
baseVersionCode = 2 baseVersionCode = 3

View File

@ -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()