Skip to content

Commit

Permalink
Wrong function used
Browse files Browse the repository at this point in the history
  • Loading branch information
Feramance committed Jan 10, 2024
1 parent e067d9f commit 180b0cb
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 @@ -2007,7 +2007,7 @@ def db_update_single_series(
while completed:
try:
completed = False
episode = self.client.get_episode(db_entry["id"])
episode = self.client.get_episode_by_episode_id(db_entry["id"])
minCustomFormat = self.client.get_quality_profile(
episode["qualityProfileId"]
)["minFormatScore"]
Expand Down

0 comments on commit 180b0cb

Please sign in to comment.