Fix missing on_commercial columns in database

This commit is contained in:
JonnyWong16 2023-02-17 18:54:52 -08:00
commit 87d3c0ae81
No known key found for this signature in database
GPG key ID: B1F1F9807184697A
2 changed files with 20 additions and 4 deletions

View file

@ -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}.',