jellyfin-plugin-webhook/Jellyfin.Plugin.Webhook/Templates/Pushover/PlaybackStop.handlebars

14 lines
550 B
Handlebars

{
"token": "{{Token}}",
"user": "{{UserToken}}",
"device": "{{Device}}",
"title": "{{{Title}}}",
"url": "{{ServerUrl}}/web/index.html#!/details?id={{ItemId}}&serverId={{ServerId}}",
"url_title": "{{{MessageUrlTitle}}}",
"priority": {{MessagePriority}},
"sound": "{{NotificationSound}}",
{{#if_equals ItemType 'Episode'}}
"message": "{{NotificationUsername}} stopped playback of {{{SeriesName}}} S{{SeasonNumber00}}E{{EpisodeNumber00}} {{{Name}}} on {{DeviceName}} with {{ClientName}}"
{{/if_equals}}
}