mirror of https://github.com/Sonarr/Sonarr
Resource missing from Gotify call
This commit is contained in:
parent
886e5581d8
commit
3a8522e92f
|
@ -21,7 +21,7 @@ namespace NzbDrone.Core.Notifications.Gotify
|
|||
{
|
||||
try
|
||||
{
|
||||
var request = new HttpRequestBuilder(settings.Server).Post()
|
||||
var request = new HttpRequestBuilder(settings.Server).Resource("message").Post()
|
||||
.AddQueryParam("token", settings.AppToken)
|
||||
.AddFormParameter("title", title)
|
||||
.AddFormParameter("message", message)
|
||||
|
|
Loading…
Reference in New Issue