diff --git a/main.go b/main.go index 0817cf3..42821d7 100644 --- a/main.go +++ b/main.go @@ -177,7 +177,9 @@ func removeDownloads(hash []string) { } } } - Transmission.RemoveTorrents(false, thash...) + for _, torrent := range thash { + torrent.Stop() + } } func initialize() {