Accept "share limits" when adding torrent using WebAPI

This commit is contained in:
Vladimir Golovnev (Glassez) 2021-03-09 19:26:41 +03:00
commit e2c785b2d5
No known key found for this signature in database
GPG key ID: 52A2C7DEE2DFA6F7
4 changed files with 48 additions and 19 deletions

View file

@ -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;