diff --git a/src/main.rs b/src/main.rs index 85b14fd..d55e449 100644 --- a/src/main.rs +++ b/src/main.rs @@ -192,6 +192,9 @@ async fn main() -> Result<()> { log::debug!( "skip awaiting the completion of preload `{i}` data (`{e}`)" ); + session + .delete(librqbit::api::TorrentIdOrHash::Id(id), false) + .await?; // managed torrent is not managed in this queue anymore continue; } log::debug!("torrent `{i}` preload completed.");