mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-16 02:03:07 -07:00
WebAPI: fix wrong key used for categories
Regression from 1c0f8b4289
.
Closes #15969.
PR #15988.
This commit is contained in:
parent
f44341a8e2
commit
d6e0164766
3 changed files with 5 additions and 1 deletions
|
@ -43,7 +43,7 @@
|
|||
#include "base/utils/net.h"
|
||||
#include "base/utils/version.h"
|
||||
|
||||
inline const Utils::Version<int, 3, 2> API_VERSION {2, 8, 4};
|
||||
inline const Utils::Version<int, 3, 2> API_VERSION {2, 8, 5};
|
||||
|
||||
class APIController;
|
||||
class WebApplication;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue