Private GIT

Skip to content
Snippets Groups Projects
Commit 5cf81621 authored by Fernando's avatar Fernando
Browse files

Add finished message of Show update

parent 3dc1fa9f
No related branches found
No related tags found
No related merge requests found
......@@ -597,6 +597,8 @@ class QueueItemUpdate(ShowQueueItem):
logger.log(u"Launching backlog for this show since we found missing episodes")
sickbeard.backlogSearchScheduler.action.searchBacklog([self.show])
logger.log(u"Finished update of " + self.show.name, logger.DEBUG)
sickbeard.showQueueScheduler.action.refreshShow(self.show, self.force)
class QueueItemForceUpdate(QueueItemUpdate):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment