mirror of
https://github.com/idanoo/autobrr
synced 2025-07-23 16:59:12 +00:00
fix(notifications): ntfy.sh Typo in Content-Type header value (#1452)
Fix typo in Content-Type Header value from pain to plain
This commit is contained in:
parent
2cdd3264b8
commit
c55b83544c
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ func (s *ntfySender) Send(event domain.NotificationEvent, payload domain.Notific
|
||||||
return errors.Wrap(err, "could not create request")
|
return errors.Wrap(err, "could not create request")
|
||||||
}
|
}
|
||||||
|
|
||||||
req.Header.Set("Content-Type", "text/pain")
|
req.Header.Set("Content-Type", "text/plain")
|
||||||
req.Header.Set("User-Agent", "autobrr")
|
req.Header.Set("User-Agent", "autobrr")
|
||||||
|
|
||||||
req.Header.Set("Title", m.Title)
|
req.Header.Set("Title", m.Title)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue