fix: fix typo
This commit is contained in:
parent
aeb5fbf06d
commit
05273e21ba
@ -162,7 +162,7 @@ impl QBittorrentDownloader {
|
|||||||
.await
|
.await
|
||||||
}
|
}
|
||||||
|
|
||||||
async fn wait_torrent_contents_until<F: FnMut(Vec<qbit_rs::model::TorrentContent>) -> bool>(
|
async fn wait_torrent_contents_until<F: FnMut(Vec<QbitTorrentContent>) -> bool>(
|
||||||
&self,
|
&self,
|
||||||
hash: &str,
|
hash: &str,
|
||||||
stop_wait_fn: F,
|
stop_wait_fn: F,
|
||||||
|
Loading…
Reference in New Issue
Block a user