diff --git a/SynoAI/Notifiers/Pushover/Pushover.cs b/SynoAI/Notifiers/Pushover/Pushover.cs index 2f72bc3..03701b6 100644 --- a/SynoAI/Notifiers/Pushover/Pushover.cs +++ b/SynoAI/Notifiers/Pushover/Pushover.cs @@ -76,7 +76,7 @@ public override async Task SendAsync(Camera camera, ProcessedImage processedImag form.Add(imageContent, "attachment", "image.png"); // Remove content type that is not in the docs - foreach (var param in form) + foreach (var param in form) { param.Headers.ContentType = null; }