mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-14 02:26:58 -07:00
Add PlexPy update notifications
This commit is contained in:
parent
5ee986593c
commit
83c304290b
7 changed files with 78 additions and 9 deletions
|
@ -256,6 +256,13 @@ def available_notification_actions():
|
|||
'subject': 'PlexPy ({server_name})',
|
||||
'body': 'An update is available for the Plex Media Server (version {update_version}).',
|
||||
'icon': 'fa-refresh'
|
||||
},
|
||||
{'label': 'PlexPy Update Available',
|
||||
'name': 'on_plexpyupdate',
|
||||
'description': 'Trigger a notification when an update for the PlexPy is available.',
|
||||
'subject': 'PlexPy ({server_name})',
|
||||
'body': 'An update is available for PlexPy (version {plexpy_update_version}).',
|
||||
'icon': 'fa-refresh'
|
||||
}
|
||||
]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue