Skip to content

Commit

Permalink
Series re-search fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Feramance committed Jan 9, 2024
1 parent 5441fd4 commit 56380f6
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 @@ -853,7 +853,7 @@ def _process_failed_individual(self, hash_: str, entry: int, skip_blacklist: set
while completed:
try:
completed = False
self.client.post_command(self.search_api_command, seriesId=[series_id])
self.client.post_command(self.search_api_command, seriesId=series_id)
except (
requests.exceptions.ChunkedEncodingError,
requests.exceptions.ContentDecodingError,
Expand Down

0 comments on commit 56380f6

Please sign in to comment.