Skip to content

Commit

Permalink
Quick fix file handling
Browse files Browse the repository at this point in the history
  • Loading branch information
Feramance committed Jul 1, 2024
1 parent 4026ef8 commit 0e7d3af
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 @@ -2716,7 +2716,7 @@ def folder_cleanup(self, downloads_id: str | None, folder: pathlib.Path):
if self.file_is_probeable(file):
self.logger.trace("Folder Cleanup: File is a valid media type: %s", file)
probeable += 1
if not self.file_extension_allowlist:
elif not self.file_extension_allowlist:
self.logger.trace("Folder Cleanup: File has an allowed extension: %s", file)
if self.file_is_probeable(file):
self.logger.trace("Folder Cleanup: File is a valid media type: %s", file)
Expand Down

0 comments on commit 0e7d3af

Please sign in to comment.