diff --git a/sickbeard/notifiers/plex.py b/sickbeard/notifiers/plex.py
index 6ef601fb3329a07d91da0fad1f381b9e6669b6ae..735469a93dd8b386b21bc30050846788f0164ee3 100644
--- a/sickbeard/notifiers/plex.py
+++ b/sickbeard/notifiers/plex.py
@@ -52,7 +52,7 @@ class PLEXNotifier(KODINotifier):
             logger.log("Notification for Plex not enabled, skipping this notification", logger.DEBUG)
             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)
 
     def notify_snatch(self, ep_name):