changed order
This commit is contained in:
parent
6d1da0a9da
commit
7a32a11774
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user