Skip to content

Commit

Permalink
Skip already searched update
Browse files Browse the repository at this point in the history
  • Loading branch information
Feramance committed Jan 29, 2024
1 parent 5bcd19f commit d80ec1e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions qBitrr/arss.py
Original file line number Diff line number Diff line change
Expand Up @@ -2624,7 +2624,7 @@ def maybe_do_search(
)
else:
queue = False
if queue:
if queue or file_model.EntryId in self.queue_file_ids:
self.logger.debug(
"%sSkipping: Already Searched: %s | "
"S%02dE%03d | "
Expand Down Expand Up @@ -2772,7 +2772,7 @@ def maybe_do_search(
)
else:
queue = False
if queue:
if queue or file_model.EntryId in self.queue_file_ids:
self.logger.debug(
"%sSkipping: Already Searched: %s (%s)",
request_tag,
Expand Down

0 comments on commit d80ec1e

Please sign in to comment.