mirror of
https://github.com/moparisthebest/SickRage
synced 2025-03-04 10:29:52 -05:00
Fix for issue #274, ebObj ref'd before assignment
This commit is contained in:
parent
f6cf80aa99
commit
5ba99db64e
@ -338,6 +338,7 @@ class GenericProvider:
|
||||
|
||||
|
||||
# make sure we want the episode
|
||||
epObj = None
|
||||
wantEp = True
|
||||
for epNo in actual_episodes:
|
||||
epObj = self.show.getEpisode(actual_season, epNo)
|
||||
|
Loading…
x
Reference in New Issue
Block a user