diff --git a/check_torrents.go b/check_torrents.go index b0cf665..07576e8 100644 --- a/check_torrents.go +++ b/check_torrents.go @@ -57,7 +57,6 @@ func CheckTorrents() { collectionPreferred := props.Priority >= torrentPrio.Priority collectionPreferredTorrents[torrentPrio.ParsedTorrent] = collectionPreferred // debug output if collectionPreferred { - SendTelegramAnimeEpMessage(TelegramDownloadMessagePattern, animeEp) continue } }