Allow to specify file indexes in torrents/files API

This commit is contained in:
Vladimir Golovnev (Glassez) 2021-04-15 16:43:18 +03:00
commit 6cf99cd0f2
No known key found for this signature in database
GPG key ID: 52A2C7DEE2DFA6F7
2 changed files with 38 additions and 9 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, 1};
constexpr Utils::Version<int, 3, 2> API_VERSION {2, 8, 2};
class APIController;
class WebApplication;