Skip to content

Commit

Permalink
[build] Updagre search condition fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Feramance committed Nov 15, 2023
1 parent 87d6d7a commit 4923ef6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions qBitrr/arss.py
Original file line number Diff line number Diff line change
Expand Up @@ -1308,6 +1308,7 @@ def db_get_files_movies(
else:
condition = self.model_file.MovieFileId == 0
condition &= self.model_file.Searched == False
condition = self.model_file.Year.is_null(False)
for entry in (
self.model_file.select()
.where(condition)
Expand Down

0 comments on commit 4923ef6

Please sign in to comment.