mirror of
https://github.com/jellyfin/jellyfin-plugin-webhook.git
synced 2024-11-23 05:59:58 +00:00
17 lines
376 B
YAML
17 lines
376 B
YAML
---
|
|
name: "Webhook"
|
|
guid: "71552A5A-5C5C-4350-A2AE-EBE451A30173"
|
|
version: "2.0.0.0"
|
|
targetAbi: "10.7.0.0"
|
|
framework: "net5.0"
|
|
owner: "crobibero"
|
|
overview: "Sends notifications."
|
|
description: >
|
|
Sends notifications to destinations via webhooks.
|
|
category: "Notifications"
|
|
artifacts:
|
|
- "Jellyfin.Plugin.Webhook.dll"
|
|
- "Handlebars.dll"
|
|
changelog: >
|
|
Add more notification types
|