mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-13 00:33:09 -07:00
Fix API_VERSION and API_VERSION_MIN numbers.
This commit is contained in:
parent
d060b0d342
commit
57a4b9f8b6
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@
|
|||
#include "websessiondata.h"
|
||||
#include "webapplication.h"
|
||||
|
||||
static const int API_VERSION = 11;
|
||||
static const int API_VERSION = 10;
|
||||
static const int API_VERSION_MIN = 10;
|
||||
|
||||
const QString WWW_FOLDER = ":/www/public/";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue