Skip to content

Commit

Permalink
[patch] Fixed search by year
Browse files Browse the repository at this point in the history
  • Loading branch information
Feramance committed Jan 9, 2024
1 parent 0ac6ff3 commit 91c8dfa
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 @@ -2169,7 +2169,7 @@ def db_update_single_series(
while completed:
try:
completed = False
movieData = self.client.get_movie(db_entry["id"])
movieData = self.client.get_movie_by_movie_id(db_entry["id"])
except (
requests.exceptions.ChunkedEncodingError,
requests.exceptions.ContentDecodingError,
Expand Down

0 comments on commit 91c8dfa

Please sign in to comment.