mirror of
https://github.com/SickGear/SickGear.git
synced 2025-01-07 02:23:38 +00:00
Merge pull request #551 from pmaciocia/fix_xbmc_typo
fix typo in xbmc notifier
This commit is contained in:
commit
d71371cc62
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue