This commit is contained in:
M66B
2023-10-05 14:47:05 +02:00
parent 5024677487
commit ae886a33e1

View File

@@ -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;
}