Private GIT

Skip to content
Snippets Groups Projects
Commit 749ce49e authored by Nic Wolfe's avatar Nic Wolfe
Browse files

Fix a bad reference causing showUpdater to crash

parent 9653f266
Branches
Tags
No related merge requests found
......@@ -36,7 +36,7 @@ class ShowUpdater():
curQueueItem = sickbeard.showQueueScheduler.action.updateShow(curShow, True)
else:
#TODO: maybe I should still update specials?
logger.log(u"Not updating episodes for show "+self.show.name+" because it's marked as ended.", logger.DEBUG)
logger.log(u"Not updating episodes for show "+curShow.name+" because it's marked as ended.", logger.DEBUG)
curQueueItem = sickbeard.showQueueScheduler.action.refreshShow(curShow, True)
piList.append(curQueueItem)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment