mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-12 08:16:06 -07:00
Fix notification parameters category names
This commit is contained in:
parent
2db3b093b9
commit
d536a10d20
1 changed files with 2 additions and 2 deletions
|
@ -356,7 +356,7 @@ NOTIFICATION_PARAMETERS = [
|
|||
]
|
||||
},
|
||||
{
|
||||
'category': 'Source Metadata Details',
|
||||
'category': 'Plex Update Available',
|
||||
'parameters': [
|
||||
{'name': 'Update Version', 'type': 'int', 'value': 'update_version', 'description': 'The available update version for your Plex Server.', 'example': '', 'help_text': ''},
|
||||
{'name': 'Update Url', 'type': 'int', 'value': 'update_url', 'description': 'The download URL for the available update.', 'example': '', 'help_text': ''},
|
||||
|
@ -372,7 +372,7 @@ NOTIFICATION_PARAMETERS = [
|
|||
]
|
||||
},
|
||||
{
|
||||
'category': 'Source Metadata Details',
|
||||
'category': 'PlexPy Update Available',
|
||||
'parameters': [
|
||||
{'name': 'Plexpy Update Version', 'type': 'int', 'value': 'plexpy_update_version', 'description': 'The available update version for PlexPy.', 'example': '', 'help_text': ''},
|
||||
{'name': 'Plexpy Update Tar', 'type': 'int', 'value': 'plexpy_update_tar', 'description': 'The tar download URL for the available update.', 'example': '', 'help_text': ''},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue