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:
Thomas (Tom) Piccirello
2025-08-31 06:31:49 -07:00
committed by GitHub
parent 0933ffd805
commit 02c2a68282

View File

@@ -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()},