Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix season pack downloads occurring even if not needed #7472

Merged
merged 4 commits into from
Dec 11, 2019

Conversation

medariox
Copy link
Contributor

@medariox medariox commented Dec 11, 2019

  • PR is based on the DEVELOP branch
  • Don't send big changes all at once. Split up big PRs into multiple smaller PRs that are easier to manage and review
  • Read the contribution guide

This was reported on reddit: https://www.reddit.com/r/PyMedusa/comments/e8jw5h/why_is_medusa_running_a_backlog_search_when_i/

Caused by this check always returning True: https://github.com/pymedusa/Medusa/blob/develop/medusa/tv/series.py#L2386
for season results, because sometimes episodes (actual_episodes) was an empty list. It will now always contain all episodes of the season, which is consistent with single and multi-ep results.

@medariox medariox added this to the 0.3.8.1 milestone Dec 11, 2019
@medariox medariox merged commit 81d3497 into develop Dec 11, 2019
@medariox medariox deleted the fix/unwanted-season-dl branch December 11, 2019 18:06
fernandog pushed a commit to fernandog/Medusa that referenced this pull request Jan 11, 2020
* Fix backlog search queue with multiple items. Fixes pymedusa#7448

* Fix season pack downloads even if not needed

* Update changelog
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants