From 1f5c60588ecdbd211b2c9316c061a7a30d7fc011 Mon Sep 17 00:00:00 2001 From: JonnyWong16 Date: Sat, 20 Feb 2016 08:45:00 -0800 Subject: [PATCH] Change Facebook help text --- plexpy/notifiers.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/plexpy/notifiers.py b/plexpy/notifiers.py index 6831f011..44ab261f 100644 --- a/plexpy/notifiers.py +++ b/plexpy/notifiers.py @@ -2223,8 +2223,7 @@ class FacebookNotifier(object): {'label': 'Include Poster Image', 'value': self.incl_poster, 'name': 'facebook_incl_poster', - 'description': 'Include a poster in the notifications. \ - (PMS agent must be Freebase or TheTVDB. TheMovieDb is currently not supported.)', + 'description': 'Include a poster and link in the notifications.', 'input_type': 'checkbox' }, {'label': 'Include Subject Line',