Skip to content

Commit

Permalink
Updated conditions
Browse files Browse the repository at this point in the history
  • Loading branch information
Feramance committed Jun 28, 2024
1 parent c157aca commit 2b63237
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qBitrr/arss.py
Original file line number Diff line number Diff line change
Expand Up @@ -3992,7 +3992,7 @@ def _process_single_torrent(self, torrent: qbittorrentapi.TorrentDictionary):
stalled_ignore = True
elif "qBitrr-allowed_stalled" in torrent.tags:
stalled_ignore = True
else:
elif "qBitrr-allowed_stalled" in torrent.tags:
torrent.remove_tags(["qBitrr-allowed_stalled"])

if "qBitrr-ignored" in torrent.tags:
Expand Down

0 comments on commit 2b63237

Please sign in to comment.