Private GIT

Skip to content
Snippets Groups Projects
Commit 363cc4c6 authored by Fernando's avatar Fernando
Browse files

fixup

parent 18cf442f
Branches
Tags
No related merge requests found
...@@ -306,8 +306,9 @@ class QueueItemAdd(ShowQueueItem): ...@@ -306,8 +306,9 @@ class QueueItemAdd(ShowQueueItem):
self._finishEarly() self._finishEarly()
return return
except Exception, e: except Exception, e:
logger.log(u"Show name with ID %s doesn't exist on %s anymore. If you are using trakt, it will be removed from your TRAKT watchlist. If you are adding manually, try removing the nfo and adding again" % logger.log(u"Error while loading information from indexer %s. Error: %r" % (self.indexer_id,sickbeard.indexerApi(self.indexer).name, ex(e)),logger.ERROR)
(self.indexer_id,sickbeard.indexerApi(self.indexer).name) , logger.WARNING) #logger.log(u"Show name with ID %s doesn't exist on %s anymore. If you are using trakt, it will be removed from your TRAKT watchlist. If you are adding manually, try removing the nfo and adding again" %
# (self.indexer_id,sickbeard.indexerApi(self.indexer).name) , logger.WARNING)
ui.notifications.error("Unable to add show", ui.notifications.error("Unable to add show",
"Unable to look up the show in " + self.showDir + " on " + str(sickbeard.indexerApi( "Unable to look up the show in " + self.showDir + " on " + str(sickbeard.indexerApi(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment