diff --git a/qBitrr/arss.py b/qBitrr/arss.py index f06f66d8..8045d6fc 100755 --- a/qBitrr/arss.py +++ b/qBitrr/arss.py @@ -3139,6 +3139,8 @@ def _process_single_torrent_process_files( elif special_case: self.special_casing_file_check.add(torrent.hash) for file in torrent.files: + if not hasattr(file, "name"): + continue file_path = pathlib.Path(file.name) # Acknowledge files that already been marked as "Don't download" if file.priority == 0: