Skip to content

Commit

Permalink
[patch] v4 hotfix 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Feramance committed Jan 8, 2024
1 parent 5a916e7 commit 3889efc
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 @@ -2126,7 +2126,7 @@ def db_update_single_series(
):
completed = True
QualityUnmet = movieData.get("qualityCutoffNotMet", False)
if db_entry["movieFileId"] != 0 and not self.quality_unmet_search:
if db_entry["hasFile"] and not self.quality_unmet_search:
searched = True
self.model_queue.update(Completed=True).where(
self.model_queue.EntryId == db_entry["id"]
Expand Down

0 comments on commit 3889efc

Please sign in to comment.