Private GIT

Skip to content
Snippets Groups Projects
Commit ccfcbb6f authored by Dustyn Gibson's avatar Dustyn Gibson
Browse files

This should not be an error, leave it as info for now

parent eb4a2219
No related branches found
No related tags found
No related merge requests found
...@@ -303,7 +303,7 @@ class QueueItemAdd(ShowQueueItem): ...@@ -303,7 +303,7 @@ class QueueItemAdd(ShowQueueItem):
# if the show has no episodes/seasons # if the show has no episodes/seasons
if not s: if not s:
logger.log(u"Show " + str(s['seriesname']) + " is on " + str( logger.log(u"Show " + str(s['seriesname']) + " is on " + str(
sickbeard.indexerApi(self.indexer).name) + " but contains no season/episode data.", logger.ERROR) sickbeard.indexerApi(self.indexer).name) + " but contains no season/episode data.")
ui.notifications.error("Unable to add show", ui.notifications.error("Unable to add show",
"Show " + str(s['seriesname']) + " is on " + str(sickbeard.indexerApi( "Show " + str(s['seriesname']) + " is on " + str(sickbeard.indexerApi(
self.indexer).name) + " but contains no season/episode data.") self.indexer).name) + " but contains no season/episode data.")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment