Skip to content

Commit

Permalink
Merge pull request #1 from sirstudly/issue_578
Browse files Browse the repository at this point in the history
Fix issue 578/478: Single Episode Downloads Not Functioning Correctly
  • Loading branch information
funkypenguin authored Jul 23, 2024
2 parents c678fa1 + bf8f53e commit 5af1c22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/classes.py
Original file line number Diff line number Diff line change
Expand Up @@ -1366,7 +1366,7 @@ def download(self, retries=0, library=[], parentReleases=[]):
if len(self.Episodes) > 2:
if self.season_pack(scraped_releases):
debrid_downloaded, retry = self.debrid_download()
# if scraper.traditional() or debrid_downloaded:
if scraper.traditional() or debrid_downloaded:
for episode in self.Episodes:
episode.skip_scraping = True
# If there was nothing downloaded, scrape specifically for this season
Expand Down

0 comments on commit 5af1c22

Please sign in to comment.