Skip to content

Commit

Permalink
[patch] First v4 hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
Feramance committed Jan 8, 2024
1 parent 23c70a6 commit c241046
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 @@ -1651,7 +1651,7 @@ def db_update(self):
continue
self.db_update_single_series(db_entry=min)
else:
for m in series:
for m in movies:
if not m["monitored"]:
continue
self.db_update_single_series(db_entry=m)
Expand Down

0 comments on commit c241046

Please sign in to comment.