From b824ef93bded98b09cfa41fa72374504c0753bfa Mon Sep 17 00:00:00 2001 From: Dean Gardiner Date: Sun, 4 Aug 2013 15:39:02 +1200 Subject: [PATCH] Fix plex notifications test method. --- couchpotato/core/notifications/plex/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/couchpotato/core/notifications/plex/main.py b/couchpotato/core/notifications/plex/main.py index 962e0b87..09fd6ff1 100755 --- a/couchpotato/core/notifications/plex/main.py +++ b/couchpotato/core/notifications/plex/main.py @@ -184,7 +184,7 @@ class Plex(Notification): message=self.test_message, data={}, listener='test', - forceUpdate=True + force=True ) success2 = self.addToLibrary()