Skip to content

Commit

Permalink
Fix issue 578: Reoccurrence of Issue itsToggle#478: Single Episode Do…
Browse files Browse the repository at this point in the history
…wnloads Not Functioning Correctly
  • Loading branch information
sirstudly committed Mar 30, 2024
1 parent a7c3efb commit bf8f53e
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 bf8f53e

Please sign in to comment.