Prevent reload on download change

This commit is contained in:
M66B
2018-12-25 08:37:19 +00:00
parent 27686c9a8b
commit e7fac3cbcb
4 changed files with 28 additions and 20 deletions

View File

@@ -96,6 +96,7 @@ public class EntityOperation {
JSONArray jargs = new JSONArray();
jargs.put(folder.initialize ? Math.min(EntityFolder.DEFAULT_INIT, folder.keep_days) : folder.sync_days);
jargs.put(folder.keep_days);
jargs.put(folder.download);
EntityOperation operation = new EntityOperation();
operation.folder = folder.id;