fix: fix typo

This commit is contained in:
master 2024-03-03 02:14:47 +08:00
parent aeb5fbf06d
commit 05273e21ba

View File

@ -162,7 +162,7 @@ impl QBittorrentDownloader {
.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,
hash: &str,
stop_wait_fn: F,