jellyfin-notification-webhook/hooks.json

13 lines
218 B
JSON
Raw Normal View History

2022-11-14 13:16:39 +00:00
[
{
"id": "jellyfin-receive",
"execute-command": "jellyfin",
"command-working-directory": "/var/webhook",
"pass-arguments-to-command": [
{
"source": "entire-payload"
}
]
}
]