mirror of
https://github.com/gotson/komga.git
synced 2025-12-06 00:25:08 +01:00
parent
43c1018e3e
commit
f19d7aac1e
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ class LocalArtworkProvider(
|
|||
private val imageAnalyzer: ImageAnalyzer,
|
||||
) : SidecarSeriesConsumer,
|
||||
SidecarBookConsumer {
|
||||
val supportedExtensions = listOf("png", "jpeg", "jpg", "tbn", "webp")
|
||||
val supportedExtensions = listOf("png", "jpeg", "jpg", "tbn", "webp", "gif")
|
||||
val supportedSeriesFiles = listOf("cover", "default", "folder", "poster", "series")
|
||||
|
||||
fun getBookThumbnails(book: Book): List<ThumbnailBook> {
|
||||
|
|
|
|||
Loading…
Reference in a new issue