Skip to content

Commit fcd03cf

Browse files
committed
Fixes AttributeError: 'season' object has no attribute 'Releases'.
Fixes #28
1 parent eef4cb8 commit fcd03cf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

content/classes.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1497,6 +1497,7 @@ def downloaded(self):
14971497
if not filemode:
14981498
for season in self.Seasons:
14991499
season.version = self.version
1500+
season.Releases = self.Releases
15001501
season.downloaded()
15011502
elif self.type == 'season':
15021503
filemode = False

0 commit comments

Comments
 (0)