mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-16 02:02:58 -07:00
Fix OSX notifier agent id key
This commit is contained in:
parent
40060255ee
commit
08fdcac240
1 changed files with 1 additions and 1 deletions
|
@ -164,7 +164,7 @@ def available_notification_agents():
|
|||
if OSX().validate():
|
||||
agents.append({'label': 'OSX Notify',
|
||||
'name': 'osx',
|
||||
'id': AGENT_IDS['OSX Notify']
|
||||
'id': AGENT_IDS['osx']
|
||||
})
|
||||
|
||||
return agents
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue