mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-21 05:43:22 -07:00
Offload image processing to the Plex server
This commit is contained in:
parent
003e890844
commit
1f7be7a4d5
10 changed files with 96 additions and 158 deletions
|
@ -2,7 +2,6 @@
|
|||
<%!
|
||||
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