Add support for exporting .torrent from WebUI

PR #16968.
This commit is contained in:
Tom Piccirello 2022-05-03 21:13:24 -07:00 committed by GitHub
parent 48fa4e116c
commit fb7f7d0c75
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 55 additions and 1 deletions

View file

@ -48,7 +48,7 @@
#include "base/utils/version.h"
#include "api/isessionmanager.h"
inline const Utils::Version<int, 3, 2> API_VERSION {2, 8, 10};
inline const Utils::Version<int, 3, 2> API_VERSION {2, 8, 11};
class APIController;
class AuthController;