removed unused
This commit is contained in:
parent
7a32a11774
commit
731400c009
@ -220,8 +220,8 @@ void remove_stalled(std::string_view download_id, std::string_view title,
|
|||||||
}
|
}
|
||||||
|
|
||||||
utils::error::handle_info(
|
utils::error::handle_info(
|
||||||
function_name, fmt::format("searching release {}|{}|{}|{}|{}", server.id,
|
function_name, fmt::format("searching release {}|{}|{}|{}", server.id,
|
||||||
server.url, title, search_id, download_id));
|
server.url, title, search_id));
|
||||||
response = cli.Post(fmt::format("/api/{}/command", server.api_version),
|
response = cli.Post(fmt::format("/api/{}/command", server.api_version),
|
||||||
data->dump(), "application/json");
|
data->dump(), "application/json");
|
||||||
if (not response) {
|
if (not response) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user