diff --git a/couchpotato/core/notifications/plex/main.py b/couchpotato/core/notifications/plex/main.py index f9746a09..962e0b87 100755 --- a/couchpotato/core/notifications/plex/main.py +++ b/couchpotato/core/notifications/plex/main.py @@ -166,8 +166,8 @@ class Plex(Notification): return successful == total - def notify(self, message='', data={}, listener=None, forceUpdate=True): - self.updateClients(forceUpdate) + def notify(self, message='', data={}, listener=None, force=False): + self.updateClients(force) http_result = self.notify_http(message, data, listener) json_result = self.notify_json(message, data, listener)