This commit is contained in:
Mio.
2025-07-14 00:54:14 +02:00
parent eb5c5eda9a
commit 15f5587427

View File

@@ -1586,7 +1586,7 @@ class Kavita(private val suffix: String = "") : ConfigurableSource, UnmeteredSou
val pages = (0 until matchingChapter.pages).map { i -> val pages = (0 until matchingChapter.pages).map { i ->
Page( Page(
index = i, index = i,
imageUrl = "$apiUrl/Rreader/image?chapterId=${matchingChapter.id}&page=$i&extractPdf=true&apiKey=$apiKey" imageUrl = "$apiUrl/Reader/image?chapterId=${matchingChapter.id}&page=$i&extractPdf=true&apiKey=$apiKey",
) )
}.toMutableList() }.toMutableList()