mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-19 15:07:22 -06:00
Allow to use Category paths in "Manual" mode
If the option is enabled any relative save path will be resolved against an appropriate Category path instead of Global default one. PR #16330.
This commit is contained in:
committed by
GitHub
parent
0012a3ede7
commit
facfa26eed
@@ -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, 5};
|
||||
inline const Utils::Version<int, 3, 2> API_VERSION {2, 8, 6};
|
||||
|
||||
class APIController;
|
||||
class WebApplication;
|
||||
|
||||
Reference in New Issue
Block a user