Fixed image loading in HoneyManga ()

This commit is contained in:
Altometer 2025-01-15 14:50:23 +02:00 committed by Draff
parent 15f07bd2bd
commit 23d3d70961
No known key found for this signature in database
GPG Key ID: E8A89F3211677653
2 changed files with 2 additions and 2 deletions
src/uk/honeymanga
build.gradle
src/eu/kanade/tachiyomi/extension/uk/honeymanga

@ -1,7 +1,7 @@
ext {
extName = 'HoneyManga'
extClass = '.HoneyManga'
extVersionCode = 2
extVersionCode = 3
isNsfw = true
}

@ -174,7 +174,7 @@ class HoneyManga : HttpSource() {
private const val SEARCH_API_URL = "https://search.api.honey-manga.com.ua"
private const val IMAGE_STORAGE_URL = "https://manga-storage.fra1.digitaloceanspaces.com/public-resources"
private const val IMAGE_STORAGE_URL = "https://hmvolumestorage.b-cdn.net/public-resources"
private const val DEFAULT_PAGE_SIZE = 30