mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-14 02:27:09 -07:00
WebAPI: Add endpoint to set speed limit mode
This commit is contained in:
parent
3dd616f6ff
commit
7d97905716
3 changed files with 14 additions and 1 deletions
|
@ -48,7 +48,7 @@
|
|||
#include "base/utils/version.h"
|
||||
#include "api/isessionmanager.h"
|
||||
|
||||
inline const Utils::Version<int, 3, 2> API_VERSION {2, 8, 13};
|
||||
inline const Utils::Version<int, 3, 2> API_VERSION {2, 8, 14};
|
||||
|
||||
class APIController;
|
||||
class AuthController;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue