mirror of
https://github.com/SickGear/SickGear.git
synced 2025-03-15 09:07:43 +00:00
fix typo in xbmc notifier
This commit is contained in:
parent
8f2663da55
commit
e02110a042
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