mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-02 13:48:05 -06:00
WebAPI: fix wrong key used for categories
Regression from 1c0f8b4289.
Closes #15969.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user