RezoScans: Update cdn url (#5699)
* Update cdn url * Add isNsfw = false
This commit is contained in:
parent
aafa0be66d
commit
26dfd922c4
|
@ -3,7 +3,7 @@ ext {
|
||||||
extClass = '.RezoScans'
|
extClass = '.RezoScans'
|
||||||
themePkg = 'keyoapp'
|
themePkg = 'keyoapp'
|
||||||
baseUrl = 'https://rezoscans.com'
|
baseUrl = 'https://rezoscans.com'
|
||||||
overrideVersionCode = 0
|
overrideVersionCode = 1
|
||||||
isNsfw = false
|
isNsfw = false
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -6,4 +6,6 @@ class RezoScans : Keyoapp(
|
||||||
"Rezo Scans",
|
"Rezo Scans",
|
||||||
"https://rezoscans.com",
|
"https://rezoscans.com",
|
||||||
"en",
|
"en",
|
||||||
)
|
) {
|
||||||
|
override val cdnUrl = "https://3xfsjdlc.is1.buzz/uploads"
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue