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