[Komga] add support for avif/heif image types (#16217)
feat(komga): add support for avif/heif image types
This commit is contained in:
parent
b1fc79fe9f
commit
f055c60e79
@ -1,3 +1,11 @@
|
||||
## 1.4.47
|
||||
|
||||
Minimum Komga version required: `0.151.0`
|
||||
|
||||
### Feat
|
||||
|
||||
* add support for AVIF and HEIF image types
|
||||
|
||||
## 1.4.46
|
||||
|
||||
Minimum Komga version required: `0.151.0`
|
||||
|
@ -6,7 +6,7 @@ ext {
|
||||
extName = 'Komga'
|
||||
pkgNameSuffix = 'all.komga'
|
||||
extClass = '.KomgaFactory'
|
||||
extVersionCode = 46
|
||||
extVersionCode = 47
|
||||
}
|
||||
|
||||
dependencies {
|
||||
|
@ -628,7 +628,7 @@ open class Komga(private val suffix: String = "") : ConfigurableSource, Unmetere
|
||||
private const val PREF_PASSWORD = "Password"
|
||||
private const val PASSWORD_DEFAULT = ""
|
||||
|
||||
private val supportedImageTypes = listOf("image/jpeg", "image/png", "image/gif", "image/webp", "image/jxl")
|
||||
private val supportedImageTypes = listOf("image/jpeg", "image/png", "image/gif", "image/webp", "image/jxl", "image/heif", "image/avif")
|
||||
|
||||
private const val TYPE_SERIES = "Series"
|
||||
private const val TYPE_READLISTS = "Read lists"
|
||||
|
Loading…
x
Reference in New Issue
Block a user