Browse Source

Fix plex notifications test method.

pull/1981/head
Dean Gardiner 12 years ago
parent
commit
b824ef93bd
  1. 2
      couchpotato/core/notifications/plex/main.py

2
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()

Loading…
Cancel
Save