Add option for enable/disable performance warnings from libtorrent

This commit is contained in:
Chocobo1 2022-03-05 15:17:05 +08:00
parent ab64ee872b
commit fad954df18
No known key found for this signature in database
GPG key ID: 210D9C873253A68C
7 changed files with 64 additions and 27 deletions

View file

@ -44,7 +44,7 @@
#include "base/utils/net.h"
#include "base/utils/version.h"
inline const Utils::Version<int, 3, 2> API_VERSION {2, 8, 7};
inline const Utils::Version<int, 3, 2> API_VERSION {2, 8, 8};
class APIController;
class WebApplication;