Add "Retitled" to list for removing unregistered/down torrents

This commit is contained in:
Jonza 2021-12-08 13:32:25 +00:00
parent 68794b627a
commit ecb6446e30

View file

@ -610,7 +610,8 @@ def set_rem_unregistered():
'PACKS' in msg_up or \
'REPACKED' in msg_up or \
'PACK' in msg_up or \
'TRUMP' in msg_up
'TRUMP' in msg_up or \
'RETITLED' in msg_up
) and x.status == 4 and 'DOWN' not in msg_up and 'UNREACHABLE' not in msg_up:
if t_count > 1:
if dry_run: