mirror of
https://github.com/YGGverse/aquatic-crawler.git
synced 2026-03-31 09:05:33 +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 {
|
} else {
|
||||||
session
|
session
|
||||||
.delete(librqbit::api::TorrentIdOrHash::Id(id), false)
|
.delete(librqbit::api::TorrentIdOrHash::Id(id), false)
|
||||||
.await?;
|
.await?
|
||||||
}
|
}
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
@ -217,7 +217,8 @@ async fn main() -> Result<()> {
|
||||||
}
|
}
|
||||||
Ok(AddTorrentResponse::AlreadyManaged(..)) => {
|
Ok(AddTorrentResponse::AlreadyManaged(..)) => {
|
||||||
if config.enable_upload {
|
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 {
|
} else {
|
||||||
panic!("torrent `{i}` was not removed properly!")
|
panic!("torrent `{i}` was not removed properly!")
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue