mirror of
https://github.com/StuffAnThings/qbit_manage.git
synced 2025-10-09 21:36:52 +08:00
Add "Retitled" to list for removing unregistered/down torrents
This commit is contained in:
parent
68794b627a
commit
ecb6446e30
1 changed files with 2 additions and 1 deletions
|
@ -610,7 +610,8 @@ def set_rem_unregistered():
|
||||||
'PACKS' in msg_up or \
|
'PACKS' in msg_up or \
|
||||||
'REPACKED' in msg_up or \
|
'REPACKED' in msg_up or \
|
||||||
'PACK' 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:
|
) and x.status == 4 and 'DOWN' not in msg_up and 'UNREACHABLE' not in msg_up:
|
||||||
if t_count > 1:
|
if t_count > 1:
|
||||||
if dry_run:
|
if dry_run:
|
||||||
|
|
Loading…
Add table
Reference in a new issue