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

10 lines
378 B
Handlebars

{
"extras": {
"client::display": {
"contentType": "text/markdown"
}
},
"title": "⚡ Jellyfin User Active ⚡",
"message": "--------------\n\n**User:** {{NotificationUsername}}\n\n**ID:** {{UserId}}\n\n**Client:** {{Client}}\n\n**Device:** {{DeviceName}} \n\n**Client IP:** {{RemoteEndPoint}}",
"priority": {{Priority}}
}