Skip to content

Commit

Permalink
Hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
Feramance committed Jul 1, 2024
1 parent a94d077 commit 615e710
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 @@ -5133,7 +5133,7 @@ def _process_single_torrent(self, torrent):
free_space_test,
)
torrent.remove_tags(tags=["qBitrr-free_space_paused"])
else:
elif torrent.state_enum != TorrentStates.PAUSED_DOWNLOAD:
self.current_free_space = free_space_test
self.logger.trace(
"Downloading[%s]: Free space %s -> %s",
Expand Down

0 comments on commit 615e710

Please sign in to comment.