Skip to content

Commit

Permalink
chanage add_torrent options
Browse files Browse the repository at this point in the history
  • Loading branch information
syrflover committed Jul 17, 2024
1 parent e7a6611 commit 852973f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,6 @@ async fn add_torrent(
.torrent_add(TorrentAddArgs {
filename: Some(link.to_owned()),
labels: Some(vec![BOT_LABEL.to_owned()]),
paused: Some(false),
download_dir: download_dir.to_str().map(|x| x.to_owned()),
..Default::default()
})
Expand Down

0 comments on commit 852973f

Please sign in to comment.