This commit is contained in:
Daniel 2023-09-25 16:38:24 +08:00
parent 7923cca130
commit 30d60d2de8
No known key found for this signature in database
GPG key ID: 86211BA83DF03017
5 changed files with 16 additions and 11 deletions

View file

@ -235,7 +235,7 @@ func checkSync(boot, exit, byHand bool) bool {
return false
}
case conf.ProviderWebDAV, conf.ProviderS3:
if !IsOneTimePaid() {
if !IsPaidUser() {
return false
}
}