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

fix: #800 resume and pause does not work with qbittorrent 5 #801

Merged
merged 1 commit into from
Oct 7, 2024

Conversation

whiteout12
Copy link
Contributor

Description

In qBittorrent 5.0.0 (webapi v2.11.0 and above) the method name for pause and resume torrent has been changed to stop and start. This fix check whether the webapi is 2.11 or above and if so it uses the correct method names.

Related Issue

#800

Types of changes

  • Breaking change (changes that break backward compatibility of public API or CLI - semver MAJOR)
  • New feature (non-breaking change which adds functionality - semver MINOR)
  • Bug fix (non-breaking change which fixes an issue - semver PATCH)

@trim21 trim21 enabled auto-merge (squash) October 7, 2024 18:04
@trim21 trim21 merged commit ae7a574 into jesec:master Oct 7, 2024
17 checks passed
@whiteout12 whiteout12 deleted the fix/support-qbit5-api branch October 7, 2024 18:56
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