Skip to content

Commit

Permalink
[build] Episode count fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Feramance committed Oct 30, 2023
1 parent e769f43 commit d5e7e76
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 @@ -1967,7 +1967,7 @@ def db_update_single_series(
episode_count = statistics.get("episodeCount")
searched = episode_count == statistics.get("episodeFileCount")
else:
searched = True
episode_count = 0
if episode_count == 0:
searched = True
Title = seriesMetadata.get("title")
Expand Down

0 comments on commit d5e7e76

Please sign in to comment.