mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-14 02:27:09 -07:00
Accept "share limits" when adding torrent using WebAPI
This commit is contained in:
parent
0bf36ad031
commit
e2c785b2d5
4 changed files with 48 additions and 19 deletions
|
@ -43,7 +43,7 @@
|
|||
#include "base/utils/net.h"
|
||||
#include "base/utils/version.h"
|
||||
|
||||
constexpr Utils::Version<int, 3, 2> API_VERSION {2, 8, 0};
|
||||
constexpr Utils::Version<int, 3, 2> API_VERSION {2, 8, 1};
|
||||
|
||||
class APIController;
|
||||
class WebApplication;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue