Fixed image loading in HoneyManga (#7186)

This commit is contained in:
Altometer 2025-01-15 14:50:23 +02:00 committed by GitHub
parent 113c0aa523
commit f34789de3e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

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

View File

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