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

Allow to request torrents count via WebAPI #19831

Merged
merged 1 commit into from
Nov 2, 2023

Conversation

glassez
Copy link
Member

@glassez glassez commented Oct 30, 2023

Closes #19731.

@glassez glassez added the WebAPI WebAPI-related issues/changes label Oct 30, 2023
@glassez glassez added this to the 4.6.1 milestone Oct 30, 2023
@glassez glassez requested a review from a team October 30, 2023 13:09
@@ -52,7 +52,7 @@
#include "base/utils/version.h"
#include "api/isessionmanager.h"

inline const Utils::Version<3, 2> API_VERSION {2, 9, 6};
inline const Utils::Version<3, 2> API_VERSION {2, 10, 0};
Copy link
Member Author

Choose a reason for hiding this comment

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

I increased the second number so that from now on the API version from the master differs from the API versions of other branches. Otherwise, we may get problems/conflicts when backporting API changes.

@glassez glassez merged commit cecbb44 into qbittorrent:master Nov 2, 2023
13 checks passed
@glassez glassez deleted the torrents-count branch November 2, 2023 08:12
glassez added a commit to glassez/qBittorrent that referenced this pull request Nov 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
WebAPI WebAPI-related issues/changes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

API Call to get torrent count
2 participants