Fixed resetting manual sync all

This commit is contained in:
M66B
2019-07-19 07:11:05 +02:00
parent fa432a76d7
commit 7a97739689
2 changed files with 5 additions and 2 deletions

View File

@@ -195,6 +195,7 @@ public class EntityFolder extends EntityOrder implements Serializable {
jargs.put(keep_days);
jargs.put(download);
jargs.put(auto_delete);
jargs.put(initialize);
return jargs;
}