mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-05 15:12:32 -06:00
WebAPI: Add setComment endpoint
No UI implementation as of now. Closes #19598. PR #23031.
This commit is contained in:
@@ -50,6 +50,7 @@ namespace BitTorrent
|
||||
TagSet tags;
|
||||
Path savePath;
|
||||
Path downloadPath;
|
||||
QString comment;
|
||||
TorrentContentLayout contentLayout = TorrentContentLayout::Original;
|
||||
TorrentOperatingMode operatingMode = TorrentOperatingMode::AutoManaged;
|
||||
bool useAutoTMM = false;
|
||||
|
||||
Reference in New Issue
Block a user