Fix mangadex covers
This commit is contained in:
parent
42bbf07859
commit
80cf38a70d
1 changed files with 1 additions and 1 deletions
|
|
@ -39,7 +39,7 @@ import java.util.TimeZone
|
|||
class MdUtil {
|
||||
|
||||
companion object {
|
||||
const val cdnUrl = "https://mangadex.org" // "https://s0.mangadex.org"
|
||||
const val cdnUrl = "https://uploads.mangadex.org"
|
||||
const val baseUrl = "https://mangadex.org"
|
||||
const val apiUrl = "https://api.mangadex.org"
|
||||
const val imageUrlCacheNotFound = "https://cdn.statically.io/img/raw.githubusercontent.com/CarlosEsco/Neko/master/.github/manga_cover_not_found.png"
|
||||
|
|
|
|||
Loading…
Reference in a new issue