jellyfin-plugin-webhook/Jellyfin.Plugin.Webhook/Templates/Gotify/PluginUpdated.handlebars

10 lines
329 B
Handlebars

{
"extras": {
"client::display": {
"contentType": "text/markdown"
}
},
"title": "✅ Jellyfin Plugin Updated ✅",
"message": "--------------\n\n**Plugin:** {{PluginName}}\n\n**Version:** {{PluginVersion}}\n\n**Changelog:** {{PluginChangelog}}",
"priority": {{Priority}}
}