mirror of
https://github.com/BreizhHardware/Jellystat.git
synced 2026-01-18 16:27:20 +01:00
feat(webhooks): add Discord webhook support and event notifications for playback and media actions
This commit is contained in:
@@ -228,7 +228,10 @@
|
||||
"TRIGGER": "Trigger",
|
||||
"STATUS": "Status",
|
||||
"EVENT_WEBHOOKS": "Event notifications",
|
||||
"EVENT_WEBHOOKS_TOOLTIP": "Enable or disable event notifications"
|
||||
"EVENT_WEBHOOKS_TOOLTIP": "Enable or disable event notifications",
|
||||
"PLAYBACK_STARTED": "Playback Started",
|
||||
"PLAYBACK_ENDED": "Playback Stopped",
|
||||
"MEDIA_ADDED": "Media Added"
|
||||
},
|
||||
"TASK_TYPE": {
|
||||
"JOB": "Job",
|
||||
|
||||
@@ -228,7 +228,10 @@
|
||||
"TRIGGER": "Déclencheur",
|
||||
"STATUS": "Status",
|
||||
"EVENT_WEBHOOKS": "Notifications d'événements",
|
||||
"EVENT_WEBHOOKS_TOOLTIP": "Activez ou désactivez les notifications pour différents événements du système"
|
||||
"EVENT_WEBHOOKS_TOOLTIP": "Activez ou désactivez les notifications pour différents événements du système",
|
||||
"PLAYBACK_STARTED": "Lecture commencée",
|
||||
"PLAYBACK_ENDED": "Lecture arrêtée",
|
||||
"MEDIA_ADDED": "Média ajouté"
|
||||
},
|
||||
"TASK_TYPE": {
|
||||
"JOB": "Job",
|
||||
|
||||
Reference in New Issue
Block a user