Fix: download progress indicator jumping back and forth
This commit is contained in:
@@ -16,6 +16,10 @@ import java.util.List;
|
||||
|
||||
@Attribute(name = "use_gpu") private int useGpu;
|
||||
|
||||
@Attribute(name = "size") private int size;
|
||||
|
||||
@Attribute(name = "md5") @Getter private String md5;
|
||||
|
||||
@ElementList(name = "chunks") private List<Chunk> chunks;
|
||||
|
||||
@Attribute(name = "path") private String path;
|
||||
|
||||
Reference in New Issue
Block a user