Private GIT

Skip to content
Snippets Groups Projects
Commit b1d0b23f authored by Alexandre Beloin's avatar Alexandre Beloin
Browse files

Merge branch 'abeloin-patch-pmc_fix'

parents 345541ef 1a3c28f8
No related branches found
No related tags found
No related merge requests found
......@@ -52,7 +52,7 @@ class PLEXNotifier(KODINotifier):
logger.log("Notification for Plex not enabled, skipping this notification", logger.DEBUG)
return False
return self._notify_kodi(message=message, title=title, host=host, username=username, password=password,
return self._notify_pmc(message=message, title=title, host=host, username=username, password=password,
force=True)
def notify_snatch(self, ep_name):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment