aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cmd/main.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/main.go b/cmd/main.go
index b09975c..1243d9f 100644
--- a/cmd/main.go
+++ b/cmd/main.go
@@ -187,6 +187,7 @@ func startBTWorkers(s models.TorrentStore) {
if skipTag == tg {
log.Debug("skipping torrent", "infohash", t.Infohash, "tags", tags)
ihBlacklist.Add(t.Infohash.String(), true)
+ s.RemoveTorrent(&t)
return
}
}