DownloadWorker completed.

This commit is contained in:
2026-06-11 23:23:01 +03:30
parent bcb381f84b
commit b2bf918030
3 changed files with 55 additions and 11 deletions
+4
View File
@@ -105,4 +105,8 @@ public class ChunkStatus {
completed ? " [Completed]" : ""
);
}
public void setStartTime(long startTime) {
}
}