Skip to content

Commit

Permalink
Merge pull request #48 from JonzaUK/develop
Browse files Browse the repository at this point in the history
Add "Retitled" to list for removing unregistered/down torrents
  • Loading branch information
bobokun authored Dec 8, 2021
2 parents 68794b6 + ecb6446 commit d481b11
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion qbit_manage.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit d481b11

Please sign in to comment.