mirror of
https://github.com/SickGear/SickGear.git
synced 2025-01-20 16:43:43 +00:00
Fix for issue #274, ebObj ref'd before assignment
This commit is contained in:
parent
f6cf80aa99
commit
5ba99db64e
1 changed files with 1 additions and 0 deletions
|
@ -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…
Reference in a new issue