Fix mangadex cdn (#1763)

* fix cdn url

* bump version
This commit is contained in:
Carlos 2019-11-10 18:51:19 -05:00 committed by GitHub
parent 71f3a97778
commit 32a58065e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ ext {
appName = 'Tachiyomi: MangaDex'
pkgNameSuffix = 'all.mangadex'
extClass = '.MangadexFactory'
extVersionCode = 72
extVersionCode = 73
libVersion = '1.2'
}

View File

@ -54,7 +54,7 @@ abstract class Mangadex(
override val baseUrl = "https://mangadex.org"
private val cdnUrl = "https://cdndex.com"
private val cdnUrl = "https://s0.mangadex.org"
override val supportsLatest = true