Fix: download progress indicator jumping back and forth

This commit is contained in:
Sheepit Renderfarm
2024-11-20 16:57:43 +00:00
parent 8d7a29cf7f
commit 3d4c9a0487
7 changed files with 55 additions and 33 deletions

View File

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