From 05273e21ba6dc6332208b30c83dd35b2fb5b6e64 Mon Sep 17 00:00:00 2001 From: lonelyhentxi Date: Sun, 3 Mar 2024 02:14:47 +0800 Subject: [PATCH] fix: fix typo --- crates/recorder/src/downloaders/qbitorrent.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/recorder/src/downloaders/qbitorrent.rs b/crates/recorder/src/downloaders/qbitorrent.rs index 77270a7..c003478 100644 --- a/crates/recorder/src/downloaders/qbitorrent.rs +++ b/crates/recorder/src/downloaders/qbitorrent.rs @@ -162,7 +162,7 @@ impl QBittorrentDownloader { .await } - async fn wait_torrent_contents_until) -> bool>( + async fn wait_torrent_contents_until) -> bool>( &self, hash: &str, stop_wait_fn: F,