mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-22 16:37:21 -06:00
Fix API_VERSION and API_VERSION_MIN numbers.
This commit is contained in:
@@ -50,7 +50,7 @@
|
||||
#include "webapplication.h"
|
||||
|
||||
static const int API_VERSION = 10;
|
||||
static const int API_VERSION_MIN = 9;
|
||||
static const int API_VERSION_MIN = 10;
|
||||
|
||||
const QString WWW_FOLDER = ":/www/public/";
|
||||
const QString PRIVATE_FOLDER = ":/www/private/";
|
||||
|
||||
Reference in New Issue
Block a user