mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-16 02:03:07 -07:00
Expose contentPath in WebAPI torrents/info
Bump WebAPI version to 2.6.1
This commit is contained in:
parent
82602b51bf
commit
aa899f0693
3 changed files with 3 additions and 1 deletions
|
@ -43,7 +43,7 @@
|
|||
#include "base/utils/net.h"
|
||||
#include "base/utils/version.h"
|
||||
|
||||
constexpr Utils::Version<int, 3, 2> API_VERSION {2, 6, 0};
|
||||
constexpr Utils::Version<int, 3, 2> API_VERSION {2, 6, 1};
|
||||
|
||||
class APIController;
|
||||
class WebApplication;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue