parent
71f3a97778
commit
32a58065e7
|
@ -5,7 +5,7 @@ ext {
|
|||
appName = 'Tachiyomi: MangaDex'
|
||||
pkgNameSuffix = 'all.mangadex'
|
||||
extClass = '.MangadexFactory'
|
||||
extVersionCode = 72
|
||||
extVersionCode = 73
|
||||
libVersion = '1.2'
|
||||
}
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue