mirror of
https://github.com/YGGverse/aquatic-crawler.git
synced 2026-03-31 17:15:35 +00:00
mark as not implemented
This commit is contained in:
parent
d4fc7a9583
commit
ef4871796c
1 changed files with 3 additions and 2 deletions
|
|
@ -196,7 +196,7 @@ async fn main() -> Result<()> {
|
|||
} else {
|
||||
session
|
||||
.delete(librqbit::api::TorrentIdOrHash::Id(id), false)
|
||||
.await?;
|
||||
.await?
|
||||
}
|
||||
continue;
|
||||
}
|
||||
|
|
@ -217,7 +217,8 @@ async fn main() -> Result<()> {
|
|||
}
|
||||
Ok(AddTorrentResponse::AlreadyManaged(..)) => {
|
||||
if config.enable_upload {
|
||||
log::debug!("keep sharing the existing torrent data for `{i}`.")
|
||||
todo!()
|
||||
//log::debug!("keep sharing the existing torrent data for `{i}`.")
|
||||
} else {
|
||||
panic!("torrent `{i}` was not removed properly!")
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue