Merge pull request #551 from pmaciocia/fix_xbmc_typo

fix typo in xbmc notifier
This commit is contained in:
Nils 2014-05-12 13:46:46 +02:00
commit d71371cc62

View file

@ -543,7 +543,7 @@ class XBMCNotifier:
return True return True
else: else:
if sickbeard.XBMC_ALWAYS_ON: if sickbeard.XBMC_ALWAYS_ON:
logger.log(u"Failed to detect XBMC version for '" + curHost + "', check configuration and try again.", logger.ERROR) logger.log(u"Failed to detect XBMC version for '" + host + "', check configuration and try again.", logger.ERROR)
result = result + 1 result = result + 1
# needed for the 'update xbmc' submenu command # needed for the 'update xbmc' submenu command