WebUI/WebAPI: Support downloading torrent via search plugin

This adds support for downloading a torrent via a search plugin's `download_torrent` function. This primarily affects torrents that use a private tracker requiring a login.

Closes #18334.
PR #23163.
This commit is contained in:
Thomas (Tom) Piccirello
2025-09-05 05:24:15 -07:00
committed by GitHub
parent becfd19e34
commit 4fa433a728
8 changed files with 125 additions and 35 deletions

View File

@@ -53,7 +53,7 @@
#include "base/utils/version.h"
#include "api/isessionmanager.h"
inline const Utils::Version<3, 2> API_VERSION {2, 13, 0};
inline const Utils::Version<3, 2> API_VERSION {2, 13, 1};
class APIController;
class AuthController;