This commit is contained in:
Daniel 2023-07-21 20:45:56 +08:00
parent 38f15e5f59
commit fa6212a8b4
No known key found for this signature in database
GPG key ID: 86211BA83DF03017
7 changed files with 76 additions and 10 deletions

View file

@ -234,11 +234,7 @@ func checkSync(boot, exit, byHand bool) bool {
if !IsSubscriber() {
return false
}
case conf.ProviderWebDAV:
if !IsThirdPartySyncPaid() {
return false
}
case conf.ProviderS3:
case conf.ProviderWebDAV, conf.ProviderS3:
if !IsThirdPartySyncPaid() {
return false
}