Added option to set poll interval per folder

This commit is contained in:
M66B
2018-10-01 09:14:21 +00:00
parent 703d8af6e8
commit 11e9333f14
9 changed files with 1063 additions and 11 deletions

View File

@@ -62,6 +62,7 @@ public class EntityFolder implements Parcelable {
public String type;
@NonNull
public Boolean synchronize;
public Integer poll_interval;
@NonNull
public Integer after; // days
public String display;