Skip to content

Commit

Permalink
[build] Fixed function call
Browse files Browse the repository at this point in the history
  • Loading branch information
Feramance committed Aug 29, 2023
1 parent c2190f8 commit 6c591c6
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 @@ -1036,7 +1036,7 @@ def db_get_files(
for i1, i2, i3 in self.db_get_files_episodes():
yield i1, i2, i3, False
elif self.type == "radarr":
for i1, i2, i3 in self.db_get_files_episodes():
for i1, i2, i3 in self.db_get_files_movies():
yield i1, i2, i3, False

def db_maybe_reset_entry_searched_state(self):
Expand Down

0 comments on commit 6c591c6

Please sign in to comment.