Skip to content
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

Fixed: Unable to restart download after pausing. #3847

Merged
merged 1 commit into from
May 16, 2024
Merged

Fixed: Unable to restart download after pausing. #3847

merged 1 commit into from
May 16, 2024

Conversation

MohitMaliFtechiz
Copy link
Collaborator

@MohitMaliFtechiz MohitMaliFtechiz commented May 16, 2024

Fixes #3666

  • It was due to we were using the hardcoded string for checking the pause state of downloading so pausing and resuming are working fine in the English version and do not work in other languages.
  • Added test cases for checking this scenario so that we can avoid this type of error in the future.

Credit goes to @artar94 for finding the real issue.

* It was due to we were using the hardcoded string for checking the pause state of downloading so pausing and resuming are working fine in the English version and do not work in other languages.
* Added test cases for checking this scenario so that we can avoid this type of errors in the future.
Copy link

codecov bot commented May 16, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 54.03%. Comparing base (56bd741) to head (680628f).

Additional details and impacted files
@@             Coverage Diff              @@
##               main    #3847      +/-   ##
============================================
+ Coverage     53.80%   54.03%   +0.22%     
- Complexity     1321     1331      +10     
============================================
  Files           292      292              
  Lines         11078    11079       +1     
  Branches       1471     1471              
============================================
+ Hits           5961     5986      +25     
+ Misses         4131     4111      -20     
+ Partials        986      982       -4     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@kelson42 kelson42 merged commit a155b62 into main May 16, 2024
10 checks passed
@kelson42 kelson42 deleted the Fix#3666 branch May 16, 2024 09:49
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.

Unable to restart download after pausing
3 participants