From 02c2a6828234d349bade7c523969ce7cf4d5c2fc Mon Sep 17 00:00:00 2001 From: "Thomas (Tom) Piccirello" <8296030+Piccirello@users.noreply.github.com> Date: Sun, 31 Aug 2025 06:31:49 -0700 Subject: [PATCH] WebAPI: Remove outdated TODO This TODO has been in the code for 8 years since it was added in #6475 (commit b271fa9f001f96cb0d934918ccbd181d86c8a326). 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. --- src/webui/api/torrentscontroller.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/webui/api/torrentscontroller.cpp b/src/webui/api/torrentscontroller.cpp index 51924a825..afdde04c3 100644 --- a/src/webui/api/torrentscontroller.cpp +++ b/src/webui/api/torrentscontroller.cpp @@ -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()},