changed order

This commit is contained in:
Scott E. Graves 2025-02-20 07:04:42 -06:00
parent 6d1da0a9da
commit 7a32a11774

View File

@ -221,7 +221,7 @@ void remove_stalled(std::string_view download_id, std::string_view title,
utils::error::handle_info(
function_name, fmt::format("searching release {}|{}|{}|{}|{}", server.id,
server.url, title, download_id, search_id));
server.url, title, search_id, download_id));
response = cli.Post(fmt::format("/api/{}/command", server.api_version),
data->dump(), "application/json");
if (not response) {