Skip to content

Commit

Permalink
Merge pull request #43 from hunmar/patch-1
Browse files Browse the repository at this point in the history
Update arss.py
  • Loading branch information
Feramance authored Dec 31, 2023
2 parents 9d52e48 + e9d81b1 commit 0b9e61d
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 @@ -3206,7 +3206,7 @@ def _should_leave_alone(
return_value = True
remove_torrent = False
if torrent.super_seeding or torrent.state_enum == TorrentStates.FORCED_UPLOAD:
return return_value, -1 # Do not touch super seeding torrents.
return return_value, -1, remove_torrent # Do not touch super seeding torrents.
data_settings, data_torrent = self._get_torrent_limit_meta(torrent)
self.logger.trace("Config Settings for torrent [%s]: %r", torrent.name, data_settings)
self.logger.trace("Torrent Settings for torrent [%s]: %r", torrent.name, data_torrent)
Expand Down

0 comments on commit 0b9e61d

Please sign in to comment.