Private GIT

Skip to content
Snippets Groups Projects
Commit 8b687a6e authored by Nic Wolfe's avatar Nic Wolfe
Browse files

Fix the XBMC notifier to use the correct flag so that the Plex notifier isn't used unnecessarily

parent 762614df
Branches
Tags
No related merge requests found
...@@ -141,7 +141,7 @@ class XBMCNotifier: ...@@ -141,7 +141,7 @@ class XBMCNotifier:
def _update_library(self, host, showName=None): def _update_library(self, host, showName=None):
if not sickbeard.USE_XBMC: if not self._use_me():
logger.log("Notifications for XBMC not enabled, skipping library update", logger.DEBUG) logger.log("Notifications for XBMC not enabled, skipping library update", logger.DEBUG)
return False return False
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment