Skip to content

Commit

Permalink
Search save not working
Browse files Browse the repository at this point in the history
  • Loading branch information
Feramance committed Nov 15, 2023
1 parent 6a45f43 commit 224ba9d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions qBitrr/arss.py
Original file line number Diff line number Diff line change
Expand Up @@ -2296,6 +2296,7 @@ def maybe_do_search(
file_model.AirDateUtc,
)
file_model.Searched = True
file_model.save()
file_model.Upgrade = True
file_model.save()
return True
Expand Down Expand Up @@ -2341,6 +2342,7 @@ def maybe_do_search(
):
completed = True
file_model.Searched = True
file_model.save()
file_model.Upgrade = True
file_model.save()
self.logger.hnotice(
Expand Down Expand Up @@ -2392,6 +2394,7 @@ def maybe_do_search(
):
completed = True
file_model.Searched = True
file_model.save()
file_model.Upgrade = True
file_model.save()
self.logger.hnotice(
Expand Down Expand Up @@ -2420,6 +2423,7 @@ def maybe_do_search(
file_model.EntryId,
)
file_model.Searched = True
file_model.save()
file_model.Upgrade = True
file_model.save()
return True
Expand Down Expand Up @@ -2458,6 +2462,7 @@ def maybe_do_search(
):
completed = True
file_model.Searched = True
file_model.save()
file_model.Upgrade = True
file_model.save()
self.logger.hnotice(
Expand Down

0 comments on commit 224ba9d

Please sign in to comment.