Skip to content

Add downloaded bytes info & get/clear by status #33 #34

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 2 commits into from

Conversation

ultranity
Copy link

see #33

@@ -29,6 +30,7 @@ data class DownloadModel(
val headers: HashMap<String, String>,
val timeQueued: Long,
val status: Status,
val downloaded: Long,
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is not required, you can get the downloaded size by file.size()

@khushpanchal
Copy link
Owner

Please rebase, and resolve one comment, rest looks good to me

@ultranity ultranity deleted the branch khushpanchal:master March 24, 2025 10:04
@ultranity ultranity closed this Mar 24, 2025
@ultranity ultranity deleted the master branch March 24, 2025 10:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants