Private GIT

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

Merge pull request #1723 from abeloin/revert-pmc

Revert "PlexNotifier: Fix calling KODI notify instead of pmc"
parents b1d0b23f d6bd5464
Branches
Tags
No related merge requests found
...@@ -52,7 +52,7 @@ class PLEXNotifier(KODINotifier): ...@@ -52,7 +52,7 @@ class PLEXNotifier(KODINotifier):
logger.log("Notification for Plex not enabled, skipping this notification", logger.DEBUG) logger.log("Notification for Plex not enabled, skipping this notification", logger.DEBUG)
return False return False
return self._notify_pmc(message=message, title=title, host=host, username=username, password=password, return self._notify_kodi(message=message, title=title, host=host, username=username, password=password,
force=True) force=True)
def notify_snatch(self, ep_name): 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