mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-19 21:03:21 -07:00
Fix missing on_commercial columns in database
This commit is contained in:
parent
6b0b3a476f
commit
87d3c0ae81
2 changed files with 20 additions and 4 deletions
|
@ -349,7 +349,7 @@ def available_notification_actions(agent_id=None):
|
|||
'media_types': ('episode',)
|
||||
},
|
||||
{'label': 'Commercial Marker',
|
||||
'name': 'on_credits',
|
||||
'name': 'on_commercial',
|
||||
'description': 'Trigger a notification when a video stream reaches any commercial marker.',
|
||||
'subject': 'Tautulli ({server_name})',
|
||||
'body': '{user} ({player}) has reached a commercial marker for {title}.',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue