pull/214/head
M66B 9 months ago
parent 5024677487
commit ae886a33e1

@ -333,15 +333,9 @@ public class EntityFolder extends EntityOrder implements Serializable {
return;
this.synchronize = parent.synchronize;
this.poll = parent.poll;
this.poll_factor = parent.poll_factor;
this.download = parent.download;
//this.auto_classify_source = parent.auto_classify_source;
//this.auto_classify_target = parent.auto_classify_target;
this.sync_days = parent.sync_days;
this.keep_days = parent.keep_days;
//this.unified = parent.unified;
//this.navigation = parent.navigation;
this.notify = parent.notify;
}

Loading…
Cancel
Save