mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-03 06:02:29 -06:00
Merge pull request #7490 from glassez/category-path
Allow to set explicit save path for Category from GUI
This commit is contained in:
@@ -651,7 +651,7 @@ QByteArray btjson::getSyncMainData(int acceptedResponseId, QVariantMap &lastData
|
||||
data["torrents"] = torrents;
|
||||
|
||||
QVariantList categories;
|
||||
foreach (const QString &category, session->categories())
|
||||
foreach (const QString &category, session->categories().keys())
|
||||
categories << category;
|
||||
|
||||
data["categories"] = categories;
|
||||
|
||||
Reference in New Issue
Block a user