Add missing concurrent notification to OSX notify

This commit is contained in:
JonnyWong16 2016-07-05 20:55:11 -07:00
parent 9d9103a83b
commit 59d63f61d9

View file

@ -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