From ecb6446e3035e2c292a42bae99aeaaf4e33eb2e1 Mon Sep 17 00:00:00 2001 From: Jonza Date: Wed, 8 Dec 2021 13:32:25 +0000 Subject: [PATCH] Add "Retitled" to list for removing unregistered/down torrents --- qbit_manage.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/qbit_manage.py b/qbit_manage.py index 5d63010..520bdaf 100644 --- a/qbit_manage.py +++ b/qbit_manage.py @@ -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: