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'
|
||||
themePkg = 'keyoapp'
|
||||
baseUrl = 'https://rezoscans.com'
|
||||
overrideVersionCode = 0
|
||||
overrideVersionCode = 1
|
||||
isNsfw = false
|
||||
}
|
||||
|
||||
|
|
|
@ -6,4 +6,6 @@ class RezoScans : Keyoapp(
|
|||
"Rezo Scans",
|
||||
"https://rezoscans.com",
|
||||
"en",
|
||||
)
|
||||
) {
|
||||
override val cdnUrl = "https://3xfsjdlc.is1.buzz/uploads"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue