mirror of
https://github.com/transmission/transmission.git
synced 2025-12-25 04:45:56 +00:00
refactor: remove callback from tr_torrentVerify() public API (#2592)
This commit is contained in:
@@ -354,7 +354,7 @@ static char const* torrentVerify(
|
||||
{
|
||||
for (auto* tor : getTorrents(session, args_in))
|
||||
{
|
||||
tr_torrentVerify(tor, nullptr, nullptr);
|
||||
tr_torrentVerify(tor);
|
||||
notify(session, TR_RPC_TORRENT_CHANGED, tor);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user