mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-20 15:37:26 -06:00
WebAPI: Remove outdated TODO
This TODO has been in the code for 8 years since it was added in #6475 (commit b271fa9f00). It appears to have been related to the `skipChecking` variable, though what it actually means has been lost over time. Note that both the `savePath` and the `downloadPath` are recursively created if they don't yet exist.
PR #23165.
This commit is contained in:
committed by
GitHub
parent
0933ffd805
commit
02c2a68282
@@ -1059,7 +1059,6 @@ void TorrentsController::addAction()
|
||||
|
||||
BitTorrent::AddTorrentParams addTorrentParams
|
||||
{
|
||||
// TODO: Check if destination actually exists
|
||||
.name = torrentName,
|
||||
.category = category,
|
||||
.tags = {tags.cbegin(), tags.cend()},
|
||||
|
||||
Reference in New Issue
Block a user