mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-16 02:02:58 -07:00
Add missing concurrent notification to OSX notify
This commit is contained in:
parent
9d9103a83b
commit
59d63f61d9
1 changed files with 2 additions and 1 deletions
|
@ -429,7 +429,8 @@ def available_notification_agents():
|
|||
'on_intdown': plexpy.CONFIG.OSX_NOTIFY_ON_INTDOWN,
|
||||
'on_extup': plexpy.CONFIG.OSX_NOTIFY_ON_EXTUP,
|
||||
'on_intup': plexpy.CONFIG.OSX_NOTIFY_ON_INTUP,
|
||||
'on_pmsupdate': plexpy.CONFIG.OSX_NOTIFY_ON_PMSUPDATE
|
||||
'on_pmsupdate': plexpy.CONFIG.OSX_NOTIFY_ON_PMSUPDATE,
|
||||
'on_concurrent': plexpy.CONFIG.OSX_NOTIFY_ON_CONCURRENT
|
||||
})
|
||||
|
||||
return agents
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue