diff options
Diffstat (limited to 'cmd/main.go')
| -rw-r--r-- | cmd/main.go | 1 |
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 } } |
