Skip to content

Commit

Permalink
[build] Fixed table used
Browse files Browse the repository at this point in the history
  • Loading branch information
Feramance committed Sep 20, 2023
1 parent 5255be5 commit 6928c19
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 @@ -1490,7 +1490,7 @@ def db_update(self):
elif self.version == "5":
self.model_arr_file: MoviesModelv5
Ids = [id for id in self.model_arr_file.select(self.model_arr_file.Id).execute()]
self.file_model.delete().where(self.file_model.EntryId.not_in(Ids)).execute()
self.model_file.delete().where(self.model_file.EntryId.not_in(Ids)).execute()
if self.search_by_year:
for movies in (
self.model_arr_file.select(self.model_arr_file)
Expand Down

0 comments on commit 6928c19

Please sign in to comment.