Add message for missing Pillow library

This commit is contained in:
JonnyWong16 2018-01-13 21:48:33 -08:00
parent 46f7a92c97
commit 46f26cc307
4 changed files with 28 additions and 27 deletions

View file

@ -2,6 +2,7 @@
<%!
import json
from plexpy import helpers, notifiers
from plexpy.notification_handler import PILLOW
email_notifiers = [n for n in notifiers.get_notifiers() if n['agent_name'] == 'email']
sorted(email_notifiers, key=lambda k: (k['agent_label'], k['friendly_name'], k['id']))