mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-12 08:16:06 -07:00
Add message for missing Pillow library
This commit is contained in:
parent
46f7a92c97
commit
46f26cc307
4 changed files with 28 additions and 27 deletions
|
@ -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']))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue