Skip to content

Commit

Permalink
Grouped messages need to use the group title not the originalEmbed title
Browse files Browse the repository at this point in the history
  • Loading branch information
cbackas committed Nov 9, 2020
1 parent d33713b commit 13724ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/hookbuffer/sonarr.go
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ func prepareGroupHook(g *group) webhook {
Embeds: []Embed{
{
Description: d,
Title: originalEmbed.Title,
Title: g.title,
Color: originalEmbed.Color,
},
},
Expand Down

0 comments on commit 13724ce

Please sign in to comment.